void-packages/srcpkgs/ufw/template

31 lines
869 B
Text
Raw Normal View History

2011-07-16 13:35:11 +00:00
# Template file for 'ufw'
pkgname=ufw
version=0.30.1
revision=5
2011-07-16 14:53:33 +00:00
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
build_style=python-module
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"
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
long_desc="
Ufw stands for Uncomplicated Firewall, and is 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"
2011-07-16 13:35:11 +00:00
Add_dependency run iptables
Add_dependency run python
Add_dependency build python
Add_dependency build iptables
2011-07-16 14:53:33 +00:00
Add_dependency build gettext
2011-07-16 13:35:11 +00:00
post_install()
{
vinstall ${FILESDIR}/ufw.service 644 lib/systemd/system
2011-07-16 13:35:11 +00:00
}