wok-stable annotate startup-notification-dev/receipt @ rev 10772
Trying to make a tazdev-like receip with source from slitaz-dev-tools, in order to get yaff cooked properly
author | Babaorum |
---|---|
date | Tue May 31 21:49:58 2011 +0100 (2011-05-31) |
parents | 8527eb4d0f3f |
children | 64ba4a9312ad |
rev | line source |
---|---|
erjo@252 | 1 # SliTaz package receipt. |
erjo@252 | 2 |
erjo@252 | 3 PACKAGE="startup-notification-dev" |
mallory@3309 | 4 VERSION="0.10" |
pankso@271 | 5 CATEGORY="development" |
erjo@252 | 6 SHORT_DESC="Startup notification protocol developpement files" |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
slaxemulator@6888 | 8 DEPENDS="startup-notification" |
erjo@252 | 9 WANTED="startup-notification" |
erjo@252 | 10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" |
erjo@252 | 11 |
erjo@252 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@252 | 13 genpkg_rules() |
erjo@252 | 14 { |
pankso@255 | 15 mkdir -p $fs/usr/lib |
erjo@252 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@252 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
erjo@252 | 18 cp -a $_pkg/usr/include $fs/usr |
erjo@252 | 19 } |