19 lines
548 B
Bash
19 lines
548 B
Bash
|
# 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
|
||
|
}
|