forked from ports/compat-32
nettle-32: initial import for gnutls-32
This commit is contained in:
parent
c3eae8f7f0
commit
4b5f807cf9
0
nettle-32/.32bit
Normal file
0
nettle-32/.32bit
Normal file
13
nettle-32/.footprint
Normal file
13
nettle-32/.footprint
Normal file
@ -0,0 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libhogweed.a
|
||||
lrwxrwxrwx root/root usr/lib32/libhogweed.so -> libhogweed.so.2.5
|
||||
lrwxrwxrwx root/root usr/lib32/libhogweed.so.2 -> libhogweed.so.2.5
|
||||
-rw-r--r-- root/root usr/lib32/libhogweed.so.2.5
|
||||
-rw-r--r-- root/root usr/lib32/libnettle.a
|
||||
lrwxrwxrwx root/root usr/lib32/libnettle.so -> libnettle.so.4.7
|
||||
lrwxrwxrwx root/root usr/lib32/libnettle.so.4 -> libnettle.so.4.7
|
||||
-rw-r--r-- root/root usr/lib32/libnettle.so.4.7
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/hogweed.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/nettle.pc
|
1
nettle-32/.md5sum
Normal file
1
nettle-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
003d5147911317931dd453520eb234a5 nettle-2.7.1.tar.gz
|
22
nettle-32/Pkgfile
Normal file
22
nettle-32/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Low-level cryptographic library
|
||||
# URL: http://www.lysator.liu.se/~nisse/nettle/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: nettle libgmp-32
|
||||
|
||||
name=nettle-32
|
||||
version=2.7.1
|
||||
release=1
|
||||
source=(http://www.lysator.liu.se/~nisse/archive/nettle-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd nettle-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user