wok-4.x diff isomaster/receipt @ rev 4432
openssh-pam: enable pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 27 12:29:09 2009 +0100 (2009-10-27) |
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 Oct 27 12:29:09 2009 +0100 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