ports/opt (3.7): libunistring: adopted port
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c0640fd76b811d40631c7bbfdcc8fcba4dcc53c0 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 17:34:28 2023 +0200 libunistring: adopted port diff --git a/libunistring/.signature b/libunistring/.signature index 2f6a7c58e..6a17fefc5 100644 --- a/libunistring/.signature +++ b/libunistring/.signature @@ -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 diff --git a/libunistring/Pkgfile b/libunistring/Pkgfile index 988c6ca56..d98dd6f9d 100644 --- a/libunistring/Pkgfile +++ b/libunistring/Pkgfile @@ -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} }
participants (1)
-
crux@crux.nu