void-packages/srcpkgs/connman-ui-git/template
2013-11-17 09:47:50 +01:00

26 lines
584 B
Plaintext

# Template file for 'connman-ui-git'
pkgname=connman-ui-git
version=20131117
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config intltool"
makedepends="dbus-devel gtk+3-devel"
short_desc="A full-featured GTK based trayicon UI for ConnMan - git snapshot"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://github.com/tbursztyka/connman-ui"
do_fetch() {
git clone git://github.com/tbursztyka/connman-ui.git ${pkgname}-${version}
}
pre_configure() {
autoreconf -fi
}
connman-ui-git_package() {
pkg_install() {
vmove all
}
}