void-packages/srcpkgs/ufw/template

22 lines
655 B
Bash

# Template file for 'ufw'
pkgname=ufw
version=0.33
revision=4
build_style=python-module
hostmakedepends="python iptables"
depends="${hostmakedepends}"
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
noarch="yes"
pycompile_module="ufw"
short_desc="Uncomplicated Firewall"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://launchpad.net/ufw"
license="GPL-3"
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
post_install() {
vmkdir usr/bin
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
}