wok diff fbxkb/receipt @ rev 11904

cyrus-imapd: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 29 20:32:37 2012 +0100 (2012-02-29)
parents 53c7b8810987
children 1ae5963f23df
line diff
     1.1 --- a/fbxkb/receipt	Tue Sep 07 12:22:16 2010 +0200
     1.2 +++ b/fbxkb/receipt	Wed Feb 29 20:32:37 2012 +0100
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="fbxkb is NETWM compliant keyboard indicator and switcher."
     1.5  MAINTAINER="devl547@gmail.com"
     1.6  TARBALL="$PACKAGE-$VERSION.tgz"
     1.7 -DEPENDS="gtk+"
     1.8 -BUILD_DEPENDS="gtk+-dev"
     1.9 +DEPENDS="gtk+ xorg-libXmu"
    1.10 +BUILD_DEPENDS="gtk+-dev xorg-libXmu-dev"
    1.11  WEB_SITE="http://fbxkb.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 @@ -15,8 +15,9 @@
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 -	./configure \
    1.19 -		--prefix=/usr &&
    1.20 +	unset LDFLAGS
    1.21 +	patch -Np1 -i $stuff/$PACKAGE.patch
    1.22 +	./configure &&
    1.23  	make
    1.24  }
    1.25  
    1.26 @@ -26,5 +27,6 @@
    1.27  	mkdir -p $fs/usr/bin $fs/usr/share/fbxkb/images
    1.28  	cp -a $src/fbxkb $fs/usr/bin
    1.29  	cp $src/images/*.png $fs/usr/share/fbxkb/images
    1.30 +
    1.31  }
    1.32