wok-current rev 23081
updated liblouis and liblouis-dev (3.9.0 -> 3.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 10 17:37:42 2020 +0100 (2020-03-10) |
parents | 8d0784467a10 |
children | 03605b16d3d1 |
files | liblouis-dev/receipt liblouis/receipt |
line diff
1.1 --- a/liblouis-dev/receipt Tue Mar 10 16:42:04 2020 +0100 1.2 +++ b/liblouis-dev/receipt Tue Mar 10 17:37:42 2020 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblouis-dev" 1.7 -VERSION="3.9.0" 1.8 +VERSION="3.13.0" 1.9 CATEGORY="utilities" 1.10 LICENSE="GPL3" 1.11 SHORT_DESC="Open-source braille translator and back-translator, development files." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 WEB_SITE="http://liblouis.org/" 1.14 1.15 +DEPENDS="liblouis pkg-config" 1.16 WANTED="liblouis" 1.17 -DEPENDS="liblouis pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib $fs/usr/include 1.23 + mkdir -p $fs/usr/lib 1.24 + mkdir -p $fs/usr/include 1.25 1.26 cp -a $install/usr/lib/*.la $fs/usr/lib 1.27 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
2.1 --- a/liblouis/receipt Tue Mar 10 16:42:04 2020 +0100 2.2 +++ b/liblouis/receipt Tue Mar 10 17:37:42 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="liblouis" 2.7 -VERSION="3.9.0" 2.8 +VERSION="3.13.0" 2.9 CATEGORY="utilities" 2.10 LICENSE="GPL3" 2.11 SHORT_DESC="Open-source braille translator and back-translator." 2.12 @@ -11,9 +11,9 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 2.15 2.16 +SUGGESTED="help2man" 2.17 DEPENDS="glibc" 2.18 BUILD_DEPENDS="python-dev" 2.19 -SUGGESTED="help2man" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules()