summaryrefslogtreecommitdiff
path: root/libtasn1-32/Pkgfile
blob: f8e713a9d68d6803a7473a4e776712dd9dbb06ec (plain)
    1 # Description: The ASN.1 library used by GnuTLS and others
    2 # URL: https://www.gnu.org/software/libtasn1/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: libtasn1
    5 
    6 name=libtasn1-32
    7 version=4.19.0
    8 release=1
    9 source=(https://ftp.gnu.org/gnu/${name%-*}/${name%-*}-$version.tar.gz)
   10 
   11 build() {
   12 	cd ${name%-*}-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32 \
   17 		--host=i686-pc-linux-gnu
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 
   22 	rm -r $PKG/usr/{bin,include,share}
   23 }

Generated by cgit