# HG changeset patch # User Christopher Rogers # Date 1305942160 0 # Node ID a529ee09935ac682af94dfa466f87fd4f62be0a5 # Parent fe88c6375da652b584ad1271006867c4f3f8060a Up: libmowgli to 0.9.50. diff -r fe88c6375da6 -r a529ee09935a libmowgli-dev/receipt --- a/libmowgli-dev/receipt Sat May 21 01:40:26 2011 +0000 +++ b/libmowgli-dev/receipt Sat May 21 01:42:40 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmowgli-dev" -VERSION="0.7.0" +VERSION="0.9.50" CATEGORY="development" SHORT_DESC="High performance and highly flexible algorithms." MAINTAINER="mimas@slitaz.org" diff -r fe88c6375da6 -r a529ee09935a libmowgli/receipt --- a/libmowgli/receipt Sat May 21 01:40:26 2011 +0000 +++ b/libmowgli/receipt Sat May 21 01:42:40 2011 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="libmowgli" -VERSION="0.7.0" +VERSION="0.9.50" CATEGORY="system-tools" SHORT_DESC="High performance and highly flexible algorithms." MAINTAINER="mimas@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tbz2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" WGET_URL="http://distfiles.atheme.org/$TARBALL" @@ -13,13 +13,10 @@ compile_rules() { cd $src + sed -i "s/touch -t 0001010000 /touch /g" configure ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.