wok diff connman-dev/receipt @ rev 9395

Depends fix: replace libusb by libusb-compat
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Mar 26 19:54:02 2011 +0100 (2011-03-26)
parents
children b9fe5b87a4de
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/connman-dev/receipt	Sat Mar 26 19:54:02 2011 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="connman-dev"
     1.7 +VERSION="0.64"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Daemon for managing internet connections, dev files."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="connman dbus-python pygobject"
    1.12 +WANTED="connman"
    1.13 +
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/connman/plugins
    1.19 +	# linking files
    1.20 +	cp -a $_pkg/usr/lib/connman/plugins/*.la $fs/usr/lib/connman/plugins
    1.21 +	# include
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +	# pkg-config
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	# test tools
    1.26 +	cp -a $_pkg/usr/lib/connman/test $fs/usr/lib/connman
    1.27 +}