void-packages/srcpkgs/connman/template

48 lines
1.7 KiB
Text
Raw Normal View History

# Template file for 'connman'
pkgname=connman
2011-02-16 09:47:40 +00:00
version=0.69
revision=1
distfiles="${KERNEL_SITE}/network/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-pie --enable-polkit
2011-02-16 09:47:40 +00:00
--enable-ethernet --enable-wifi --enable-bluetooth --enable-openvpn
--enable-loopback --enable-pacrunner --enable-ntpd --enable-client
--enable-capng --enable-google --enable-threads"
short_desc="Open Source CONNection MANager"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-02-16 09:47:40 +00:00
checksum=9f7bd87cb36689a2deb943d1fdb79c030071b2c4bc763e32cfd933955017419c
long_desc="
The ConnMan project provides a daemon for managing internet connections
within embedded devices running the Linux operating system. The Connection
Manager is designed to be slim and to use as few resources as possible,
so it can be easily integrated. It is a fully modular system that can be
extended, through plug-ins, to support all kinds of wired or wireless
technologies. Also, configuration methods, like DHCP and domain name
resolving, are implemented using plug-ins. The plug-in approach allows for
easy adaption and modification for various use cases."
2011-02-16 09:47:40 +00:00
openrc_services="connmand default true"
subpackages="$pkgname-devel"
2011-02-16 09:47:40 +00:00
Add_dependency run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run iptables
Add_dependency run libcap-ng
2011-02-16 09:47:40 +00:00
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build dbus-devel
Add_dependency build iptables-devel
Add_dependency build libcap-ng-devel
Add_dependency full dbus
Add_dependency full udev
2011-02-16 09:47:40 +00:00
Add_dependency full bluez
Add_dependency full wpa_supplicant
post_install()
{
vinstall ${FILESDIR}/connmand.rc 755 etc/init.d connmand
}