diff --git a/srcpkgs/connman-ui-git/template b/srcpkgs/connman-ui-git/template new file mode 100644 index 00000000000..894aef790cc --- /dev/null +++ b/srcpkgs/connman-ui-git/template @@ -0,0 +1,25 @@ +# 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 " +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 + } +}