void-packages/srcpkgs/ufw/template

26 lines
789 B
Text
Raw Normal View History

2011-07-16 13:35:11 +00:00
# Template file for 'ufw'
pkgname=ufw
2012-09-01 08:55:20 +00:00
version=0.33
revision=1
2011-07-16 14:53:33 +00:00
build_style=python-module
2012-09-01 08:55:20 +00:00
fulldepends="iptables python"
2011-07-16 13:35:11 +00:00
short_desc="Uncomplicated Firewall"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-16 13:35:11 +00:00
homepage="https://launchpad.net/ufw"
license="GPL-3"
2012-09-01 08:55:20 +00:00
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
2011-07-16 13:35:11 +00:00
long_desc="
2012-09-01 08:55:20 +00:00
Ufw stands for Uncomplicated Firewall, and is a program for managing a
netfilter firewall. It provides a command line interface and ims to be
uncomplicated and easy to use."
2011-07-16 13:35:11 +00:00
2011-07-16 14:53:33 +00:00
noarch=yes
pycompile_module="ufw"
2011-07-16 14:53:33 +00:00
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
2012-07-09 15:48:19 +00:00
post_install() {
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
vmove "lib/*" usr/lib
2011-07-16 13:35:11 +00:00
}