mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
Merge pull request #2894 from o1ux/connman-gtk
New package: connman-gtk-1.0
This commit is contained in:
commit
d33afebbcd
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…
Add table
Reference in a new issue