New package: connman-gtk-1.0
This commit is contained in:
parent
ad61457411
commit
6b9a595f1c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/connman-gtk/template
Normal file
18
srcpkgs/connman-gtk/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue