wok-current diff lame/receipt @ rev 16687
Add suport for brazilian laptops & netbooks with us-internacional keyboards
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue May 20 20:29:19 2014 -0300 (2014-05-20) |
parents | a00bf44ed23d |
children | 17e313b5b9c1 |
line diff
1.1 --- a/lame/receipt Sat Aug 10 22:18:41 2013 +0000 1.2 +++ b/lame/receipt Tue May 20 20:29:19 2014 -0300 1.3 @@ -7,10 +7,16 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="LGPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 +WEB_SITE="http://lame.sourceforge.net/" 1.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.9 +HOST_ARCH="i486 arm" 1.10 + 1.11 DEPENDS="ncurses" 1.12 BUILD_DEPENDS="gtk+-dev ncurses-dev" 1.13 -WEB_SITE="http://lame.sourceforge.net/" 1.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +case "$ARCH" in 1.17 + arm) BUILD_DEPENDS="ncurses-dev" ;; 1.18 +esac 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()