Merge pull request #2894 from o1ux/connman-gtk

New package: connman-gtk-1.0
This commit is contained in:
Juan RP 2015-11-03 07:38:46 +01:00
commit d33afebbcd

View file

@ -0,0 +1,18 @@
# Template file for 'connman-gtk'
pkgname=connman-gtk
version=1.0
revision=1
build_style=gnu-configure
hostmakedepends="intltool autoconf automake pkg-config gettext-devel glib-devel"
makedepends="gtk+3-devel gettext-devel"
depends="connman"
short_desc="GTK GUI for ConnMan"
maintainer="Alexander Mamay <alexander@mamay.su>"
license="GPL-2"
homepage="https://github.com/jgke/connman-gtk"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=50ae5498f3a5c2714dca47cf21c197b6272b14ae0bef5e68cc1ffc78f2ea0b93
pre_configure() {
./autogen.sh
}