wok diff listpatron/receipt @ rev 7315

Added openal to openal-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 17:45:48 2010 +0000 (2010-11-17)
parents 307f8bb243e3
children af9a1b47948c
line diff
     1.1 --- a/listpatron/receipt	Fri May 09 17:52:13 2008 +0200
     1.2 +++ b/listpatron/receipt	Wed Nov 17 17:45:48 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="GTK+2 application for maintaining lists of information.."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 +DEPENDS="gtk+ xorg-libXdamage"
     1.9  BUILD_DEPENDS="gtk+-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--libexecdir=/usr/lib/$PACKAGE \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22