wok-6.x rev 19485
Add libunistring
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 04 13:04:07 2016 +0200 (2016-11-04) |
parents | 5a84f0549efb |
children | cf98dd06cfca |
files | libunistring-dev/receipt libunistring/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libunistring-dev/receipt Fri Nov 04 13:04:07 2016 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libunistring-dev" 1.7 +VERSION="0.9.6" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Unicode string library, development files" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3 LGPL3 FDL" 1.12 +WEB_SITE="https://www.gnu.org/software/libunistring/" 1.13 + 1.14 +WANTED="libunistring" 1.15 +DEPENDS="libunistring" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_files *.h *.a *.la 1.21 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libunistring/receipt Fri Nov 04 13:04:07 2016 +0200 2.3 @@ -0,0 +1,25 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libunistring" 2.7 +VERSION="0.9.6" 2.8 +CATEGORY="libdevel" 2.9 +SHORT_DESC="Unicode string library" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="GPL3 LGPL3 FDL" 2.12 +WEB_SITE="https://www.gnu.org/software/libunistring/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.14 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.15 + 2.16 +DEPENDS="glibc-base" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + ./configure $CONFIGURE_ARGS && make && make install 2.22 +} 2.23 + 2.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.25 +genpkg_rules() 2.26 +{ 2.27 + cook_copy_files *.so* 2.28 +}