summaryrefslogtreecommitdiffstats
path: root/extra/libtasn1/APKBUILD
blob: b4bc24f21655b353966611fa43e704ea82b2baf9 (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.0
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="e9b1462f04b2586b03905b0ed9528261  libtasn1-2.0.tar.gz"