# HG changeset patch # User Hans-G?nter Theisgen # Date 1555519838 -3600 # Node ID 613c3bd6bc9b51a46f6082c909649020c09eeb7c # Parent 0f6010fa834a9f53e7f8ca3a5163854d95cae285 updated libspiro and libspiro-dev (0.3.20150131 -> 0.5.20150702) diff -r 0f6010fa834a -r 613c3bd6bc9b libspiro-dev/receipt --- a/libspiro-dev/receipt Wed Apr 17 17:40:49 2019 +0100 +++ b/libspiro-dev/receipt Wed Apr 17 17:50:38 2019 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libspiro-dev" -VERSION="0.3.20150131" +VERSION="0.5.20150702" CATEGORY="development" -SHORT_DESC="Development files for libspiro" +SHORT_DESC="Development files for libspiro." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://github.com/fontforge/libspiro" @@ -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 0f6010fa834a -r 613c3bd6bc9b libspiro/receipt --- a/libspiro/receipt Wed Apr 17 17:40:49 2019 +0100 +++ b/libspiro/receipt Wed Apr 17 17:50:38 2019 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="libspiro" -VERSION="0.3.20150131" +VERSION="0.5.20150702" CATEGORY="misc" SHORT_DESC="Spiro simplifies the drawing of beautiful curves." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://github.com/fontforge/libspiro" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="" -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash" +BUILD_DEPENDS="autoconf automake bash cacerts libtool" # Rules to configure and make the package. compile_rules() { autoreconf -i automake --foreign -Wall - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.