19 lines
550 B
Bash
19 lines
550 B
Bash
# Template file for 'connman-gtk'
|
|
pkgname=connman-gtk
|
|
version=1.1.1
|
|
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=fc1da266c4216d34db7c38f7329c698b42666389ce32a8df58a818af9eee2262
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|