wok diff parcellite/receipt @ rev 12404

Add configs files from slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 16:51:07 2012 +0200 (2012-04-20)
parents c52ad78e9810
children a6692a318d25
line diff
     1.1 --- a/parcellite/receipt	Mon Dec 20 23:30:17 2010 +0000
     1.2 +++ b/parcellite/receipt	Fri Apr 20 16:51:07 2012 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Lightweight GTK+ clipboard manager"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 -BUILD_DEPENDS="gtk+-dev intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://parcellite.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="gtk+ xorg-libX11 xorg-libXdamage"
    1.14 +BUILD_DEPENDS="xorg-dev gtk+-dev intltool"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {	
    1.19 @@ -18,13 +19,14 @@
    1.20  	./configure \
    1.21  		--prefix=/usr \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$PWD/_pkg install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr/share/applications
    1.32 +	mkdir -p $fs/usr/share/applications $fs/etc
    1.33  	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a $stuff/skel $fs/etc
    1.35 +	chown -R 0.0 $fs
    1.36  }