wok-4.x view 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 source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification-dev"
4 VERSION="0.9"
5 CATEGORY="x-windows"
6 SHORT_DESC="Startup notification protocol developpement files"
7 MAINTAINER="Erjo <erjo@slitaz.org>"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="startup-notification"
11 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/include
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $_pkg/usr/include $fs/usr
24 strip -s $fs/usr/lib/*.a
25 }