wok-6.x rev 23113
updated libuninameslist and libuninameslist-dev (20190305 -> 20190701)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 16:32:44 2020 +0100 (2020-03-12) |
parents | 44cb5d13be95 |
children | 60ff708a9bbf |
files | libuninameslist-dev/receipt libuninameslist/receipt |
line diff
1.1 --- a/libuninameslist-dev/receipt Thu Mar 12 16:27:01 2020 +0100 1.2 +++ b/libuninameslist-dev/receipt Thu Mar 12 16:32:44 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libuninameslist-dev" 1.7 -VERSION="20190305" 1.8 +VERSION="20190701" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for libuninameslist." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="other" 1.13 WEB_SITE="https://github.com/fontforge/libuninameslist" 1.14 1.15 +DEPENDS="libuninameslist pkg-config" 1.16 WANTED="libuninameslist" 1.17 -DEPENDS="libuninameslist pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()
2.1 --- a/libuninameslist/receipt Thu Mar 12 16:27:01 2020 +0100 2.2 +++ b/libuninameslist/receipt Thu Mar 12 16:32:44 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libuninameslist" 2.7 -VERSION="20190305" 2.8 +VERSION="20190701" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="A Library of Unicode names and annotation data." 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 @@ -12,7 +12,7 @@ 2.13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 2.14 2.15 DEPENDS="" 2.16 -BUILD_DEPENDS="cacerts autoconf automake libtool bash" 2.17 +BUILD_DEPENDS="autoconf automake bash cacerts libtool" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 @@ -28,5 +28,5 @@ 2.22 genpkg_rules() 2.23 { 2.24 mkdir -p $fs/usr/lib 2.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.27 }