libtasn1-32: initial import

This commit is contained in:
Danny Rawlins 2018-04-04 20:23:31 +10:00
parent e8c9e0969c
commit ab8f7f0bb6
5 changed files with 38 additions and 0 deletions

0
libtasn1-32/.32bit Normal file
View File

9
libtasn1-32/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libtasn1.a
-rwxr-xr-x root/root usr/lib32/libtasn1.la
lrwxrwxrwx root/root usr/lib32/libtasn1.so -> libtasn1.so.6.5.5
lrwxrwxrwx root/root usr/lib32/libtasn1.so.6 -> libtasn1.so.6.5.5
-rwxr-xr-x root/root usr/lib32/libtasn1.so.6.5.5
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/libtasn1.pc

1
libtasn1-32/.md5sum Normal file
View File

@ -0,0 +1 @@
ce2ba4d3088119b48e7531a703669c52 libtasn1-4.13.tar.gz

5
libtasn1-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXYwgpbEzEFrA48Q/W18KRQLFFlbB+ydulFyXDhO4QvgU1yUgxZdwOv698VD5c/4+1UwPH8Fc3qYuxouX+XZJLQs=
SHA256 (Pkgfile) = b0217274b24b365f79f4ae9c4365a608543ff7eb5a9204341122c50ec92dd6c4
SHA256 (.footprint) = 079c27094fb19890fafb0354eeaa860204cfec14ef915e399f7aa9d779b1ec90
SHA256 (libtasn1-4.13.tar.gz) = 7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca

23
libtasn1-32/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: The ASN.1 library used by GnuTLS and others
# URL: https://www.gnu.org/software/libtasn1/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtasn1
name=libtasn1-32
version=4.13
release=1
source=(https://ftp.gnu.org/gnu/${name%-*}/${name%-*}-$version.tar.gz)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--host=i686-pc-linux-gnu
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share}
}