void-packages/srcpkgs/gufw/template

21 lines
588 B
Bash
Raw Normal View History

2017-01-05 16:37:16 +01:00
# Template file for 'gufw'
pkgname=gufw
version=17.04.1
revision=2
noarch=yes
wrksrc="gui-ufw-${version}"
2017-01-05 16:37:16 +01:00
build_style=python3-module
2017-01-12 12:29:48 +01:00
pycompile_module="gufw"
2017-01-05 16:37:16 +01:00
depends="python3-gobject net-tools ufw gtk+3"
hostmakedepends="python3-distutils-extra intltool $depends"
short_desc="GTK+ frontend for ufw"
2017-01-05 16:37:16 +01:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="http://gufw.org/"
distfiles="https://launchpad.net/gui-ufw/${version%.*}/${version%.*}/+download/gui-ufw-${version}.tar.gz"
checksum=fd933242f14514167f14a72fc452a2a76767c6f1ca795835b642719d0fa27c38
do_build() {
:
}