libunistring: initial import
This commit is contained in:
parent
01ceeb2933
commit
ee40ef82ee
30
libunistring/.footprint
Normal file
30
libunistring/.footprint
Normal file
@ -0,0 +1,30 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/unicase.h
|
||||
-rw-r--r-- root/root usr/include/uniconv.h
|
||||
-rw-r--r-- root/root usr/include/unictype.h
|
||||
-rw-r--r-- root/root usr/include/unigbrk.h
|
||||
-rw-r--r-- root/root usr/include/unilbrk.h
|
||||
-rw-r--r-- root/root usr/include/uniname.h
|
||||
-rw-r--r-- root/root usr/include/uninorm.h
|
||||
-rw-r--r-- root/root usr/include/unistdio.h
|
||||
-rw-r--r-- root/root usr/include/unistr.h
|
||||
drwxr-xr-x root/root usr/include/unistring/
|
||||
-rw-r--r-- root/root usr/include/unistring/cdefs.h
|
||||
-rw-r--r-- root/root usr/include/unistring/iconveh.h
|
||||
-rw-r--r-- root/root usr/include/unistring/inline.h
|
||||
-rw-r--r-- root/root usr/include/unistring/localcharset.h
|
||||
-rw-r--r-- root/root usr/include/unistring/stdbool.h
|
||||
-rw-r--r-- root/root usr/include/unistring/stdint.h
|
||||
-rw-r--r-- root/root usr/include/unistring/version.h
|
||||
-rw-r--r-- root/root usr/include/unistring/woe32dll.h
|
||||
-rw-r--r-- root/root usr/include/unitypes.h
|
||||
-rw-r--r-- root/root usr/include/uniwbrk.h
|
||||
-rw-r--r-- root/root usr/include/uniwidth.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libunistring.a
|
||||
-rwxr-xr-x root/root usr/lib/libunistring.la
|
||||
lrwxrwxrwx root/root usr/lib/libunistring.so -> libunistring.so.2.1.0
|
||||
lrwxrwxrwx root/root usr/lib/libunistring.so.2 -> libunistring.so.2.1.0
|
||||
-rwxr-xr-x root/root usr/lib/libunistring.so.2.1.0
|
||||
drwxr-xr-x root/root usr/share/
|
5
libunistring/.signature
Normal file
5
libunistring/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/YcTthzSygIl1iqaj+d7EhSVAIVEa4El8vJ8nK4SRnPJfrKiV+/CLnedAeaa90KnqTsLtsRX/YhtzWDzewxh5gg=
|
||||
SHA256 (Pkgfile) = 6de1eda69b29c43b51e605f87b121dbab079beb0cad649a647e95c58f9b99d79
|
||||
SHA256 (.footprint) = 322e4fc3f9e323b3089daaacef662a1c818abf9ea007bc675c30a1eb4dded82e
|
||||
SHA256 (libunistring-0.9.10.tar.xz) = eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7
|
19
libunistring/Pkgfile
Normal file
19
libunistring/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: Functions for manipulating Unicode strings and C strings.
|
||||
# URL: https://www.gnu.org/software/libunistring/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
|
||||
name=libunistring
|
||||
version=0.9.10
|
||||
release=1
|
||||
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/{doc,info}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user