wok annotate dbus-dev/receipt @ rev 15189

Add memtest-serial (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 18:12:50 2013 +0000 (2013-08-25)
parents 941814dbf622
children 851fc1686394
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."
pankso@790 7 WANTED="dbus"
pankso@790 8 MAINTAINER="pankso@slitaz.org"
pascal@15002 9 LICENSE="GPL2"
pankso@790 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
pankso@790 11
pascal@15002 12 DEPENDS="dbus"
pascal@15002 13
pankso@790 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@790 15 genpkg_rules()
pankso@790 16 {
pankso@790 17 mkdir -p $fs/usr/lib
slaxemulator@11088 18 cp -a $install/usr/include $fs/usr
slaxemulator@11088 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
slaxemulator@11088 20 cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
slaxemulator@11088 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@790 22 }