wok diff isomaster/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents 7b6010a3f9b7
children faa4c6e9600b
line diff
     1.1 --- a/isomaster/receipt	Thu Jan 08 19:12:39 2009 +0100
     1.2 +++ b/isomaster/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Graphical CD image (ISO) editor."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ libxml2"
     1.8 +DEPENDS="gtk+ libxml2 xorg-libXdamage"
     1.9  BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev intltool"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://littlesvr.ca/isomaster/"
    1.12 @@ -15,7 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	make PREFIX=/usr
    1.17 +	make PREFIX=/usr &&
    1.18  	make PREFIX=/usr DESTDIR=$PWD/_pkg install
    1.19  }
    1.20