vp-build/srcpkgs/connman-ui/template

21 lines
696 B
Bash

# Template file for 'connman-ui'
pkgname=connman-ui
version=0.0.20150622
revision=2
_gitrev=fce0af94e121bde77c7fa2ebd6a319f0180c5516
wrksrc=${pkgname}-${_gitrev}
build_style=gnu-configure
hostmakedepends="automake libtool intltool glib-devel pkg-config"
makedepends="dbus-devel glib-devel gtk+3-devel"
short_desc="A full-featured GTK based trayicon UI for ConnMan"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
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
}