wok annotate dbus-dev/receipt @ rev 9657

busybox: ensure $stuff is set. tazwok bug ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 16:37:24 2011 +0200 (2011-04-30)
parents ecfc43cf4815
children c66ccef23e13
rev   line source
pankso@790 1 # SliTaz package receipt.
pankso@790 2
pankso@790 3 PACKAGE="dbus-dev"
slaxemulator@7997 4 VERSION="1.4.1"
pankso@790 5 CATEGORY="development"
pankso@790 6 SHORT_DESC="D-Bus is a message bus system devel files."
slaxemulator@6815 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
pankso@790 16 cp -a $_pkg/usr/include $fs/usr
pankso@790 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
pankso@790 18 cp -a $_pkg/usr/lib/dbus-1.0 $fs/usr/lib
pankso@790 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@790 20 }