wok diff libmowgli/receipt @ 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 02bbaa9d12ba
children 8f447cf2eee5
line diff
     1.1 --- a/libmowgli/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/libmowgli/receipt	Sat May 21 01:42:40 2011 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmowgli"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.9.50"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="High performance and highly flexible algorithms."
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tbz2"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
    1.15  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    1.16  
    1.17 @@ -13,13 +13,10 @@
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 +	sed -i "s/touch -t 0001010000 /touch /g" configure
    1.22  	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26  		$CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$PWD/_pkg install
    1.29 +	make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.