wok-current view dbus-dev/receipt @ rev 15002
Add some GPL2 licenses
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Aug 10 21:12:16 2013 +0000 (2013-08-10) | 
| parents | 941814dbf622 | 
| children | 851fc1686394 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="dbus-dev"
     4 VERSION="1.6.4"
     5 CATEGORY="development"
     6 SHORT_DESC="D-Bus is a message bus system devel files."
     7 WANTED="dbus"
     8 MAINTAINER="pankso@slitaz.org"
     9 LICENSE="GPL2"
    10 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
    12 DEPENDS="dbus"
    14 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	mkdir -p $fs/usr/lib
    18 	cp -a $install/usr/include $fs/usr
    19 	cp -a $install/usr/lib/*.*a $fs/usr/lib
    20 	cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
    21 	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    22 }