2013-11-17 08:47:50 +00:00
|
|
|
# Template file for 'connman-ui-git'
|
|
|
|
pkgname=connman-ui-git
|
|
|
|
version=20131117
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config intltool git"
|
2013-11-17 08:47:50 +00:00
|
|
|
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
|
|
|
|
}
|