wok-next diff startup-notification-dev/receipt @ rev 252

ADD: lzo, lzo-dev, startup-notification, startup-notification-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 24 02:29:49 2008 +0100 (2008-02-24)
parents
children 54b059c3da8e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/startup-notification-dev/receipt	Sun Feb 24 02:29:49 2008 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="startup-notification-dev"
     1.7 +VERSION="0.9"
     1.8 +CATEGORY="x-windows"
     1.9 +SHORT_DESC="Startup notification protocol developpement files"
    1.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WANTED="startup-notification"
    1.14 +WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    1.15 +
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib $fs/usr/include
    1.22 +
    1.23 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $_pkg/usr/include $fs/usr
    1.26 +	
    1.27 +	strip -s $fs/usr/lib/*.a
    1.28 +}