20 lines
522 B
Plaintext
20 lines
522 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
|
||
|
}
|