wok diff libexo-dev/receipt @ rev 2399

nscd: improve start script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 09:20:05 2009 +0000 (2009-03-10)
parents
children 6dc1f847927c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libexo-dev/receipt	Tue Mar 10 09:20:05 2009 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libexo-dev"
     1.7 +VERSION="0.3.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xfce extension library dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libexo"
    1.12 +SOURCE="exo"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WANTED="libexo"
    1.15 +WEB_SITE="http://www.xfce.org"
    1.16 +
    1.17 +
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.23 +	
    1.24 +	mkdir -p $fs/usr \
    1.25 +		$fs/usr/lib/xfce4/mcs-plugins \
    1.26 +		
    1.27 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.28 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.29 +	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins
    1.30 +	cp -a $_pkg/usr/include $fs/usr
    1.31 +}
    1.32 +