wok annotate connman-dev/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents bfdfb5b999b5
children 686a95229a90
rev   line source
slaxemulator@9315 1 # SliTaz package receipt.
slaxemulator@9315 2
slaxemulator@9315 3 PACKAGE="connman-dev"
domcox@15788 4 VERSION="1.20"
slaxemulator@9315 5 CATEGORY="network"
slaxemulator@9315 6 SHORT_DESC="Daemon for managing internet connections, dev files."
slaxemulator@9315 7 MAINTAINER="slaxemulator@gmail.com"
domcox@15384 8 LICENSE="GPL2"
domcox@14330 9 WEB_SITE="http://connman.net/"
slaxemulator@9315 10 WANTED="connman"
slaxemulator@9315 11
domcox@14384 12 BUILD_DEPENDS="dbus-python pygobject"
slaxemulator@9315 13
slaxemulator@9315 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9315 15 genpkg_rules()
slaxemulator@9315 16 {
domcox@14330 17 # vpn
domcox@14330 18 mkdir -p $fs/usr/lib/connman/plugins-vpn
domcox@15384 19 cp -a $install/usr/lib/connman/plugins-vpn/*a \
domcox@15384 20 $fs/usr/lib/connman/plugins-vpn
slaxemulator@9315 21 # include
domcox@15384 22 cp -a $install/usr/include $fs/usr
slaxemulator@9315 23 # pkg-config
domcox@15384 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
slaxemulator@9315 25 }