# HG changeset patch # User Hans-G?nter Theisgen # Date 1555662427 -3600 # Node ID ad0ab8fb354c1b3edf7784ade95021d29e88ac40 # Parent a0209f5e747bfd9787c38e4acf41fe0a9444c489 updated libuninamelist and libuninamelist-dev (0.4.20140731 -> 20190305) diff -r a0209f5e747b -r ad0ab8fb354c libuninameslist-dev/receipt --- a/libuninameslist-dev/receipt Fri Apr 19 08:25:37 2019 +0100 +++ b/libuninameslist-dev/receipt Fri Apr 19 09:27:07 2019 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libuninameslist-dev" -VERSION="0.4.20140731" +VERSION="20190305" CATEGORY="development" -SHORT_DESC="Development files for libuninameslist" +SHORT_DESC="Development files for libuninameslist." MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://github.com/fontforge/libuninameslist" @@ -15,7 +15,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r a0209f5e747b -r ad0ab8fb354c libuninameslist/receipt --- a/libuninameslist/receipt Fri Apr 19 08:25:37 2019 +0100 +++ b/libuninameslist/receipt Fri Apr 19 09:27:07 2019 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="libuninameslist" -VERSION="0.4.20140731" +VERSION="20190305" CATEGORY="misc" -SHORT_DESC="A Library of Unicode names and annotation data" +SHORT_DESC="A Library of Unicode names and annotation data." MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://github.com/fontforge/libuninameslist" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="" -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash" +BUILD_DEPENDS="cacerts autoconf automake libtool bash" # Rules to configure and make the package. compile_rules() { - autoreconf -i - automake - ./configure $CONFIGURE_ARGS && make && make install + autoreconf -i && + automake && + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.