mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
gufw: revbuild with fixed python3-module
This commit is contained in:
parent
2014e03dac
commit
0d81a0ba59
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'gufw'
|
# Template file for 'gufw'
|
||||||
pkgname=gufw
|
pkgname=gufw
|
||||||
version=17.04.1
|
version=17.04.1
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="gui-ufw-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
depends="python3-gobject net-tools ufw gtk+3"
|
depends="python3-gobject net-tools ufw gtk+3"
|
||||||
hostmakedepends="python3-distutils-extra intltool $depends"
|
hostmakedepends="python3-distutils-extra intltool $depends"
|
||||||
short_desc="GTK frontend for ufw"
|
short_desc="GTK+ frontend for ufw"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://gufw.org/"
|
homepage="http://gufw.org/"
|
||||||
distfiles="https://launchpad.net/gui-ufw/${version%.*}/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
distfiles="https://launchpad.net/gui-ufw/${version%.*}/${version%.*}/+download/gui-ufw-${version}.tar.gz"
|
||||||
checksum=fd933242f14514167f14a72fc452a2a76767c6f1ca795835b642719d0fa27c38
|
checksum=fd933242f14514167f14a72fc452a2a76767c6f1ca795835b642719d0fa27c38
|
||||||
wrksrc=gui-ufw-$version
|
|
||||||
noarch=yes
|
do_build() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue