wok-current rev 24840
created recipes for libunibreak and libunibreak-dev
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 09:25:18 2022 +0100 (2022-03-25) |
parents | 5a464307b474 |
children | 0b18869b897c |
files | libunibreak-dev/receipt libunibreak/description.txt libunibreak/receipt lyx-locales/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libunibreak-dev/receipt Fri Mar 25 09:25:18 2022 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libunibreak-dev" 1.7 +VERSION="5.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Implementation of the line breaking algorithm - development files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="zlib/libpng" 1.12 +WEB_SITE="https://github.com/adah1972/libunibreak/" 1.13 + 1.14 +WANTED="libunibreak" 1.15 +genpkg_rules() 1.16 +{ 1.17 + get_dev_files 1.18 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libunibreak/description.txt Fri Mar 25 09:25:18 2022 +0100 2.3 @@ -0,0 +1,3 @@ 2.4 +Libunibreak is an implementation of the line breaking and word breaking 2.5 +algorithms as described in Unicode Standard Annex 14 and Unicode Standard 2.6 +Annex 29.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/libunibreak/receipt Fri Mar 25 09:25:18 2022 +0100 3.3 @@ -0,0 +1,26 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="libunibreak" 3.7 +VERSION="5.0" 3.8 +CATEGORY="libs" 3.9 +SHORT_DESC="Implementation of the line breaking algorithm." 3.10 +MAINTAINER="maintainer@slitaz.org" 3.11 +LICENSE="zlib/libpng" 3.12 +WEB_SITE="https://github.com/adah1972/libunibreak/" 3.13 + 3.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.15 +WGET_URL="https://github.com/adah1972/libunibreak/releases/download/libunibreak_${VERSION//./_}/$TARBALL" 3.16 + 3.17 +#SPLIT="$PACKAGE-dev" 3.18 + 3.19 +compile_rules() 3.20 +{ 3.21 + ./configure $CONFIGURE_ARGS && 3.22 + make && 3.23 + make install 3.24 +} 3.25 + 3.26 +genpkg_rules() 3.27 +{ 3.28 + cook_copy_files *.so* 3.29 +}
4.1 --- a/lyx-locales/receipt Fri Mar 25 09:07:22 2022 +0100 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,19 +0,0 @@ 4.4 -# SliTaz package receipt. 4.5 - 4.6 -PACKAGE="lyx-locales" 4.7 -VERSION="2.3.6.1" 4.8 -CATEGORY="localization" 4.9 -SHORT_DESC="Locale files for LyX." 4.10 -MAINTAINER="al.bobylev@gmail.com" 4.11 -LICENSE="GPL2" 4.12 -WEB_SITE="https://www.lyx.org" 4.13 - 4.14 -DEPENDS="lyx" 4.15 -WANTED="lyx" 4.16 - 4.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 4.18 -genpkg_rules() 4.19 -{ 4.20 - mkdir -p $fs/usr/share 4.21 - cp -a $install/usr/share/locale $fs/usr/share 4.22 -}