wok diff lame/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents a00bf44ed23d
children 17e313b5b9c1
line diff
     1.1 --- a/lame/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/lame/receipt	Thu Apr 10 19:50:37 2014 +0200
     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()