wok annotate dbus-dev/receipt @ rev 14356

python-couchdbkit, python-restclient: fix TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 17 12:59:13 2013 +0200 (2013-04-17)
parents fca38b6cee76
children 7896f0694ef6
rev   line source
pankso@790 1 # SliTaz package receipt.
pankso@790 2
pankso@790 3 PACKAGE="dbus-dev"
slaxemulator@13378 4 VERSION="1.6.4"
pankso@790 5 CATEGORY="development"
pankso@790 6 SHORT_DESC="D-Bus is a message bus system devel files."
slaxemulator@13099 7 DEPENDS="dbus"
pankso@790 8 WANTED="dbus"
pankso@790 9 MAINTAINER="pankso@slitaz.org"
pankso@790 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
pankso@790 11
pankso@790 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@790 13 genpkg_rules()
pankso@790 14 {
pankso@790 15 mkdir -p $fs/usr/lib
slaxemulator@11088 16 cp -a $install/usr/include $fs/usr
slaxemulator@11088 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
slaxemulator@11088 18 cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
slaxemulator@11088 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@790 20 }