wok diff libwnck/receipt @ rev 1488

imlib2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 10:55:02 2008 +0000 (2008-10-05)
parents b104da8122e2
children 52dc4b48ed81
line diff
     1.1 --- a/libwnck/receipt	Mon Aug 18 14:09:31 2008 +0200
     1.2 +++ b/libwnck/receipt	Sun Oct 05 10:55:02 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="libwnck is Window Navigator Construction Kit."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +BUILD_DEPENDS="perl-xml-parser gettext"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/"
    1.10  WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/2.22/$TARBALL"
    1.11 @@ -17,8 +18,8 @@
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21