wok-current rev 21324
updated libuninamelist and libuninamelist-dev (0.4.20140731 -> 20190305)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 09:27:07 2019 +0100 (2019-04-19) |
parents | a0209f5e747b |
children | 3a8a6ad2c404 |
files | libuninameslist-dev/receipt libuninameslist/receipt |
line diff
1.1 --- a/libuninameslist-dev/receipt Fri Apr 19 08:25:37 2019 +0100 1.2 +++ b/libuninameslist-dev/receipt Fri Apr 19 09:27:07 2019 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libuninameslist-dev" 1.7 -VERSION="0.4.20140731" 1.8 +VERSION="20190305" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for libuninameslist" 1.11 +SHORT_DESC="Development files for libuninameslist." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="other" 1.14 WEB_SITE="https://github.com/fontforge/libuninameslist" 1.15 @@ -15,7 +15,8 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib 1.19 - cp -a $install/usr/include $fs/usr 1.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 + 1.23 + cp -a $install/usr/include $fs/usr 1.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 }
2.1 --- a/libuninameslist/receipt Fri Apr 19 08:25:37 2019 +0100 2.2 +++ b/libuninameslist/receipt Fri Apr 19 09:27:07 2019 +0100 2.3 @@ -1,24 +1,27 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libuninameslist" 2.7 -VERSION="0.4.20140731" 2.8 +VERSION="20190305" 2.9 CATEGORY="misc" 2.10 -SHORT_DESC="A Library of Unicode names and annotation data" 2.11 +SHORT_DESC="A Library of Unicode names and annotation data." 2.12 MAINTAINER="al.bobylev@gmail.com" 2.13 LICENSE="other" 2.14 WEB_SITE="https://github.com/fontforge/libuninameslist" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 2.18 2.19 DEPENDS="" 2.20 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash" 2.21 +BUILD_DEPENDS="cacerts autoconf automake libtool bash" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 { 2.26 - autoreconf -i 2.27 - automake 2.28 - ./configure $CONFIGURE_ARGS && make && make install 2.29 + autoreconf -i && 2.30 + automake && 2.31 + ./configure $CONFIGURE_ARGS && 2.32 + make && 2.33 + make install 2.34 } 2.35 2.36 # Rules to gen a SliTaz package suitable for Tazpkg.