wok diff xfconf-dev/receipt @ rev 5833

Up: xfce4-settings (4.6.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 08:08:20 2010 +0200 (2010-07-16)
parents
children 1edb05fb96f8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfconf-dev/receipt	Fri Jul 16 08:08:20 2010 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfconf-dev"
     1.7 +VERSION="4.6.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xfce Copnfiguration Utility dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="xfconf"
    1.12 +WANTED="xfconf"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.xfce.org"
    1.15 +
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr \
    1.21 +		$fs/usr/lib
    1.22 +		
    1.23 +	cp -a $_pkg/usr/include $fs/usr
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.26 +}
    1.27 +
    1.28 +