wok annotate startup-notification-dev/receipt @ rev 6888

Added startup-notification to startup-notification-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 01:22:31 2010 +0000 (2010-10-21)
parents 255a28d7938f
children 129bb5b11a7e
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 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 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@252 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
erjo@252 19 cp -a $_pkg/usr/include $fs/usr
erjo@252 20 }