wok rev 10243

Up: libmowgli to 0.9.50.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 01:42:40 2011 +0000 (2011-05-21)
parents fe88c6375da6
children e1b829109f49
files libmowgli-dev/receipt libmowgli/receipt
line diff
     1.1 --- a/libmowgli-dev/receipt	Sat May 21 01:40:26 2011 +0000
     1.2 +++ b/libmowgli-dev/receipt	Sat May 21 01:42:40 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmowgli-dev"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.9.50"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="High performance and highly flexible algorithms."
    1.11  MAINTAINER="mimas@slitaz.org"
     2.1 --- a/libmowgli/receipt	Sat May 21 01:40:26 2011 +0000
     2.2 +++ b/libmowgli/receipt	Sat May 21 01:42:40 2011 +0000
     2.3 @@ -1,11 +1,11 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libmowgli"
     2.7 -VERSION="0.7.0"
     2.8 +VERSION="0.9.50"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="High performance and highly flexible algorithms."
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12 -TARBALL="$PACKAGE-$VERSION.tbz2"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
    2.15  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    2.16  
    2.17 @@ -13,13 +13,10 @@
    2.18  compile_rules()
    2.19  {
    2.20  	cd $src
    2.21 +	sed -i "s/touch -t 0001010000 /touch /g" configure
    2.22  	./configure \
    2.23 -		--prefix=/usr \
    2.24 -		--infodir=/usr/share/info \
    2.25 -		--mandir=/usr/share/man \
    2.26  		$CONFIGURE_ARGS &&
    2.27 -	make &&
    2.28 -	make DESTDIR=$PWD/_pkg install
    2.29 +	make && make install
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.