wok-next view connman-dev/receipt @ rev 9404
Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 27 18:50:59 2011 +0000 (2011-03-27) |
parents | |
children | b9fe5b87a4de |
line source
1 # SliTaz package receipt.
3 PACKAGE="connman-dev"
4 VERSION="0.64"
5 CATEGORY="network"
6 SHORT_DESC="Daemon for managing internet connections, dev files."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="connman dbus-python pygobject"
9 WANTED="connman"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/connman/plugins
16 # linking files
17 cp -a $_pkg/usr/lib/connman/plugins/*.la $fs/usr/lib/connman/plugins
18 # include
19 cp -a $_pkg/usr/include $fs/usr
20 # pkg-config
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 # test tools
23 cp -a $_pkg/usr/lib/connman/test $fs/usr/lib/connman
24 }