wok-6.x annotate startup-notification-dev/receipt @ rev 3565
remove unnecessary desc.txt file in axel
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Jun 24 19:01:54 2009 +0000 (2009-06-24) |
parents | a075ff895254 |
children | 8527eb4d0f3f |
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" |
erjo@252 | 8 DEPENDS="" |
erjo@252 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@252 | 10 WANTED="startup-notification" |
erjo@252 | 11 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" |
erjo@252 | 12 |
erjo@252 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@252 | 14 genpkg_rules() |
erjo@252 | 15 { |
pankso@255 | 16 mkdir -p $fs/usr/lib |
erjo@252 | 17 |
erjo@252 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@252 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
erjo@252 | 20 cp -a $_pkg/usr/include $fs/usr |
erjo@252 | 21 } |