forked from ports/compat-32
libunistring-32: initial import
This commit is contained in:
parent
b410f0b1aa
commit
e148ea2787
0
libunistring-32/.32bit
Normal file
0
libunistring-32/.32bit
Normal file
7
libunistring-32/.footprint
Normal file
7
libunistring-32/.footprint
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib32/
|
||||||
|
-rw-r--r-- root/root usr/lib32/libunistring.a
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libunistring.la
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libunistring.so -> libunistring.so.2.1.0
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libunistring.so.2 -> libunistring.so.2.1.0
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libunistring.so.2.1.0
|
5
libunistring-32/.signature
Normal file
5
libunistring-32/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||||
|
RWSwxGo/zH7eXT5R5wuA4ia3aWxWeI0Kc4eUhNiyBwqaSK8t5I/gqcyWr64ZIiHc/sdyFnkvRClIi4hcLx4RuNc6xmjY80hsFgw=
|
||||||
|
SHA256 (Pkgfile) = 091604bd2abc8e1806062d368c456180e7236194e99e32fd9c4895730f01ecbe
|
||||||
|
SHA256 (.footprint) = 9cf51be3546ea3c8821a177c90be9301859276668e43089e78c89c30cad45dcc
|
||||||
|
SHA256 (libunistring-0.9.10.tar.xz) = eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7
|
22
libunistring-32/Pkgfile
Normal file
22
libunistring-32/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Description: Functions for manipulating Unicode strings and C strings.
|
||||||
|
# URL: https://www.gnu.org/software/libunistring/
|
||||||
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||||
|
# Depends on: libunistring
|
||||||
|
|
||||||
|
name=libunistring-32
|
||||||
|
version=0.9.10
|
||||||
|
release=1
|
||||||
|
source=(https://ftp.gnu.org/gnu/libunistring/libunistring-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd libunistring-$version
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--libdir=/usr/lib32
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/{include,share}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user