wok-next diff asunder/receipt @ rev 1465

update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:01:05 2008 +0000 (2008-10-04)
parents 2c1d88dbdd53
children 3d99ecce2d4b
line diff
     1.1 --- a/asunder/receipt	Mon Jun 30 11:48:04 2008 +0200
     1.2 +++ b/asunder/receipt	Sat Oct 04 09:01:05 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="GTK light CD ripper."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libcddb cdparanoia-III"
     1.7 +BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://littlesvr.ca/asunder/"
    1.10  WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
    1.11 @@ -16,8 +17,8 @@
    1.12  	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    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