void-packages/srcpkgs/ufw/template

23 lines
685 B
Plaintext
Raw Normal View History

2011-07-16 15:35:11 +02:00
# Template file for 'ufw'
pkgname=ufw
2012-09-01 10:55:20 +02:00
version=0.33
2014-02-16 11:40:34 +01:00
revision=2
2011-07-16 16:53:33 +02:00
build_style=python-module
2014-02-16 11:42:16 +01:00
hostmakedepends="python iptables"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
noarch="yes"
pycompile_module="ufw"
2011-07-16 15:35:11 +02:00
short_desc="Uncomplicated Firewall"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-16 15:35:11 +02:00
homepage="https://launchpad.net/ufw"
license="GPL-3"
2012-09-01 10:55:20 +02:00
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
2011-07-16 15:35:11 +02:00
2012-07-09 17:48:19 +02:00
post_install() {
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
2014-02-16 11:42:16 +01:00
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
2011-07-16 15:35:11 +02:00
}