2011-07-16 15:35:11 +02:00
|
|
|
# Template file for 'ufw'
|
|
|
|
pkgname=ufw
|
|
|
|
version=0.30.1
|
2012-07-09 17:48:19 +02:00
|
|
|
revision=6
|
2011-07-16 16:53:33 +02:00
|
|
|
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
|
|
|
|
build_style=python-module
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="iptables python"
|
|
|
|
makedepends="python iptables"
|
2011-07-16 15:35:11 +02:00
|
|
|
short_desc="Uncomplicated Firewall"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-16 15:35:11 +02:00
|
|
|
homepage="https://launchpad.net/ufw"
|
|
|
|
license="GPL-3"
|
|
|
|
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
|
|
|
|
long_desc="
|
2011-07-16 21:28:46 +02:00
|
|
|
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 15:35:11 +02:00
|
|
|
|
2011-07-16 16:53:33 +02:00
|
|
|
noarch=yes
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="ufw"
|
2011-07-16 16:53:33 +02:00
|
|
|
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
|
|
|
|
2012-07-09 17:48:19 +02:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
|
|
|
|
vmove "lib/*" usr/lib
|
2011-07-16 15:35:11 +02:00
|
|
|
}
|