wok diff lame/receipt @ rev 11392
Compat: ensure that sqlite genpkg_rules() doesn't return a false failure
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:11:58 2011 +0100 (2011-12-10) |
parents | 5799b906dd32 |
children | 3d1ea792d2c3 |
line diff
1.1 --- a/lame/receipt Sat Sep 11 23:33:11 2010 +0000 1.2 +++ b/lame/receipt Sat Dec 10 05:11:58 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lame" 1.7 -VERSION="3.98.4" 1.8 +VERSION="3.99" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="MPEG Audio Layer III (MP3) encoder." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,7 +14,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - mv lame-398-2 $src 2>/dev/null 1.17 cd $src 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 @@ -22,7 +21,7 @@ 1.21 --mandir=/usr/share/man \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.