wok-next diff libmowgli/receipt @ rev 12391
alsa-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 20 08:21:37 2012 +0200 (2012-04-20) |
parents | 02bbaa9d12ba |
children | 8f447cf2eee5 |
line diff
1.1 --- a/libmowgli/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/libmowgli/receipt Fri Apr 20 08:21:37 2012 +0200 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.