wok view dbus-dev/receipt @ rev 12057

cleaning up receipts that have unnecessary cp operations
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 21:27:37 2012 -0800 (2012-03-07)
parents c66ccef23e13
children cb689f337a0b
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-dev"
4 VERSION="1.4.16"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus is a message bus system devel files."
7 DEPENDS="dbus"
8 WANTED="dbus"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }