1
0
forked from ports/opt

libunistring: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:34:28 +02:00
parent d7fcbeda00
commit c0640fd76b
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YnErD7hsUh2Z7uTnE0vh9LoWosVX3evI28RCx80Xkt6CX0GVQIUGlhAdrBmXZA2xTmlxdBgvXMJAIb0wvP7DAM=
SHA256 (Pkgfile) = 2b3b0521e31ac039faec5584708f8cf610b3746cb64ecfdd1cd71041f5a6112b
RWSE3ohX2g5d/T3QdOGgWej24W0p7P5iXx0m3fHRvWk87JSVwRzfcoXIjc2lVq+3pjNLLoplDoJP6mTE50R3c0J5vHPfwgj0dAc=
SHA256 (Pkgfile) = e7c705ecdfb3886ee1b49eee023c951236d8f8a2af4c17a52116fa9ef12a61d7
SHA256 (.footprint) = a6f6b7de69343e351481d2603b7a014aade9ed89d12213ba26a7ba7e3735b8c2
SHA256 (libunistring-1.1.tar.xz) = 827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98

View File

@ -1,6 +1,6 @@
# Description: Functions for manipulating Unicode strings and C strings.
# Description: Functions for manipulating Unicode strings and C strings
# URL: https://www.gnu.org/software/libunistring/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=libunistring
version=1.1
@ -8,12 +8,12 @@ release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
rm -r $PKG/usr/share/{doc,info}
}