wok-4.x view startup-notification-dev/receipt @ rev 11808
Up slitaz-configs (4.8) - New Openbox and GTK theme
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 25 16:57:02 2012 +0100 (2012-02-25) |
parents | 8527eb4d0f3f |
children | 64ba4a9312ad |
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification-dev"
4 VERSION="0.10"
5 CATEGORY="development"
6 SHORT_DESC="Startup notification protocol developpement files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="startup-notification"
9 WANTED="startup-notification"
10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }