wok-next view startup-notification-dev/receipt @ rev 9658
busybox: ensure $stuff is set (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 22:04:35 2011 +0200 (2011-04-30) |
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 }