vp-build/srcpkgs/connman-ui/template

20 lines
673 B
Bash

# Template file for 'connman-ui'
pkgname=connman-ui
version=0.0.20150622
revision=3
_gitrev=fce0af94e121bde77c7fa2ebd6a319f0180c5516
build_style=gnu-configure
hostmakedepends="automake libtool intltool glib-devel pkg-config"
makedepends="dbus-devel glib-devel gtk+3-devel"
short_desc="Full-featured GTK based trayicon UI for ConnMan"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/tbursztyka/connman-ui"
distfiles="${homepage}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=12ac39f1d4c9e3f54ede6c1d1ebc2dbd6d31cdb74516cb5080f9860499d0a1ee
replaces="connman-ui-git>=0"
pre_configure() {
autoreconf -fi
}