wok diff isomaster/receipt @ rev 4154

Fix: coreutils-operations dont remove cp/rm in post_install, we need them to install
author Christophe Lincoln <pankso@slitaz.org>
date Mon Sep 21 21:04:25 2009 +0200 (2009-09-21)
parents 7b6010a3f9b7
children faa4c6e9600b
line diff
     1.1 --- a/isomaster/receipt	Thu Jan 08 19:12:39 2009 +0100
     1.2 +++ b/isomaster/receipt	Mon Sep 21 21:04:25 2009 +0200
     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