33 lines
807 B
Text
33 lines
807 B
Text
# Template build file for 'libtasn1'.
|
|
pkgname=libtasn1
|
|
version=3.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl"
|
|
short_desc="ASN.1 structure parser library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/libtasn1/"
|
|
license="GPL-3, LGPL-2.1"
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8
|
|
|
|
libtasn1-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man/man3
|
|
vmove usr/share/info
|
|
}
|
|
}
|
|
|
|
libtasn1-tools_package() {
|
|
short_desc+=" - ASN.1 tools"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/share
|
|
}
|
|
}
|