libidn-32: initial import for gnutls-32
This commit is contained in:
parent
4b5f807cf9
commit
7ac97512d7
0
libidn-32/.32bit
Normal file
0
libidn-32/.32bit
Normal file
9
libidn-32/.footprint
Normal file
9
libidn-32/.footprint
Normal 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/libidn.a
|
||||
-rwxr-xr-x root/root usr/lib32/libidn.la
|
||||
lrwxrwxrwx root/root usr/lib32/libidn.so -> libidn.so.11.6.9
|
||||
lrwxrwxrwx root/root usr/lib32/libidn.so.11 -> libidn.so.11.6.9
|
||||
-rwxr-xr-x root/root usr/lib32/libidn.so.11.6.9
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libidn.pc
|
1
libidn-32/.md5sum
Normal file
1
libidn-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
7533d14fbbb6c026a1a9eaa2179ccb69 libidn-1.26.tar.gz
|
31
libidn-32/Pkgfile
Normal file
31
libidn-32/Pkgfile
Normal file
@ -0,0 +1,31 @@
|
||||
# Description: Provides support for IETF Internationalized Domain Names (IDN).
|
||||
# URL: http://www.gnu.org/software/libidn/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libidn
|
||||
|
||||
name=libidn-32
|
||||
version=1.26
|
||||
release=1
|
||||
source=(http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd libidn-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r \
|
||||
$PKG/usr/{bin,include,man} \
|
||||
$PKG/usr/share/emacs
|
||||
|
||||
rm -rf $PKG/usr/share/info
|
||||
|
||||
# Remove empty directories
|
||||
find $PKG -depth -empty -exec rm -r {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user