wok-4.x diff lame/receipt @ rev 2317
Add get-xlite
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 26 10:47:47 2009 +0000 (2009-02-26) |
parents | 3e8ffa6ff731 |
children | 55b1ac33b9c7 |
line diff
1.1 --- a/lame/receipt Thu Oct 02 13:37:38 2008 +0000 1.2 +++ b/lame/receipt Thu Feb 26 10:47:47 2009 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lame" 1.7 -VERSION="3.97" 1.8 +VERSION="3.98.2" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="MPEG Audio Layer III (MP3) encoder." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +TARBALL="$PACKAGE-398-2.tar.gz" 1.14 BUILD_DEPENDS="gtk+-dev ncurses-dev" 1.15 WEB_SITE="http://lame.sourceforge.net/" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 @@ -13,6 +13,7 @@ 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 + mv lame-398-2 $src 2>/dev/null 1.22 cd $src 1.23 ./configure \ 1.24 --prefix=/usr \ 1.25 @@ -29,6 +30,4 @@ 1.26 mkdir -p $fs/usr/lib 1.27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 - strip -s $fs/usr/lib/* 2>/dev/null 1.30 - strip -s $fs/usr/bin/* 2>/dev/null 1.31 }