diff options
Diffstat (limited to 'extra/libtasn1/APKBUILD')
-rw-r--r-- | extra/libtasn1/APKBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libtasn1/APKBUILD b/extra/libtasn1/APKBUILD deleted file mode 100644 index 27f71e805..000000000 --- a/extra/libtasn1/APKBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=libtasn1 -pkgver=2.2 -pkgrel=0 -pkgdesc="The ASN.1 library used in GNUTLS" -url="http://www.gnu.org/software/gnutls/" -license="GPL3 LGPL" -subpackages="$pkgname-dev $pkgname-doc" -depends= -makedepends="texinfo" -install= -source="ftp://ftp.gnu.org/gnu/gnutls/$pkgname-$pkgver.tar.gz" - -build() { - cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="$pkgdir" install || return 1 -} -md5sums="14cc361500d2e768a8a6ec538ce3fecb libtasn1-2.2.tar.gz" |