ufw: remove long_desc.
This commit is contained in:
parent
77727f6f71
commit
57cb123c27
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'ufw'
|
# Template file for 'ufw'
|
||||||
pkgname=ufw
|
pkgname=ufw
|
||||||
version=0.33
|
version=0.33
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
makedepends="iptables python"
|
makedepends="iptables python"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
||||||
|
@ -14,10 +15,6 @@ homepage="https://launchpad.net/ufw"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
|
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
|
||||||
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
|
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
|
||||||
long_desc="
|
|
||||||
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."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/ufw.service 644 usr/lib/systemd/system
|
||||||
|
|
Loading…
Reference in a new issue