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

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents a00bf44ed23d
children 62b66edb40b5
rev   line source
erjo@252 1 # SliTaz package receipt.
erjo@252 2
erjo@252 3 PACKAGE="startup-notification-dev"
samuel_trassare@11874 4 VERSION="0.12"
pankso@271 5 CATEGORY="development"
erjo@252 6 SHORT_DESC="Startup notification protocol developpement files"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
erjo@252 9 WANTED="startup-notification"
erjo@252 10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
erjo@252 11
pascal@15599 12 DEPENDS="startup-notification pkg-config"
pascal@15004 13
erjo@252 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@252 15 genpkg_rules()
erjo@252 16 {
pankso@255 17 mkdir -p $fs/usr/lib
pascal@15004 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15004 20 cp -a $install/usr/include $fs/usr
erjo@252 21 }