summaryrefslogtreecommitdiffstats
path: root/extra/libtasn1/APKBUILD
blob: c4148df9252f7e0723d0dc0b3fa8d93d54222411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libtasn1
pkgver=2.1
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="uclibc"
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="9c6869cca08b7392415c7939ffd2bbae  libtasn1-2.1.tar.gz"