# HG changeset patch # User Hans-G?nter Theisgen # Date 1555065237 -3600 # Node ID 5947772a3cfc315122bcc59da573cef09baf2238 # Parent 2aa4897bdebc64f51c31796efbbf488c7d9b3da4 updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3) diff -r 2aa4897bdebc -r 5947772a3cfc libmowgli-dev/receipt --- a/libmowgli-dev/receipt Fri Apr 12 11:17:59 2019 +0100 +++ b/libmowgli-dev/receipt Fri Apr 12 11:33:57 2019 +0100 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="libmowgli-dev" -VERSION="2.0.0" +VERSION="2.1.3" CATEGORY="development" -SHORT_DESC="High performance and highly flexible algorithms." +SHORT_DESC="High performance and highly flexible algorithms - development files." MAINTAINER="mimas@slitaz.org" LICENSE="BSD" -WANTED="libmowgli" WEB_SITE="http://atheme.org/projects/libmowgli.html" +WANTED="libmowgli" DEPENDS="libmowgli pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig - cp -a $install/usr/include $fs/usr - #cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig + + cp -a $install/usr/include $fs/usr +# cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig } - diff -r 2aa4897bdebc -r 5947772a3cfc libmowgli/receipt --- a/libmowgli/receipt Fri Apr 12 11:17:59 2019 +0100 +++ b/libmowgli/receipt Fri Apr 12 11:33:57 2019 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="libmowgli" -VERSION="2.0.0" +VERSION="2.1.3" CATEGORY="system-tools" SHORT_DESC="High performance and highly flexible algorithms." MAINTAINER="mimas@slitaz.org" LICENSE="BSD" +WEB_SITE="http://atheme.org/projects/libmowgli.html" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://atheme.org/projects/libmowgli.html" -WGET_URL="https://github.com/atheme/libmowgli-2/archive/$TARBALL" +WGET_URL="https://github.com/atheme/$PACKAGE-2/archive/v$VERSION.tar.gz" -BUILD_DEPENDS="wget" +BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src sed -i "s/touch -t 0001010000 /touch /g" configure - ./configure \ + ./configure \ $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.