redsocks: remove unnecessary vlicense (Apache-2.0)

This commit is contained in:
Alessio Sergi 2017-01-12 13:15:16 +01:00
parent 1ce12cc7b6
commit e6ffe4f81c

View file

@ -1,7 +1,7 @@
# Template file for 'redsocks'
pkgname=redsocks
version=0.5
revision=1
revision=2
build_style=gnu-makefile
wrksrc="${pkgname}-release-${version}"
makedepends="libevent-devel"
@ -13,10 +13,7 @@ distfiles="${homepage}/archive/release-${version}.tar.gz"
checksum="bbeb531d7f1986d7102f1bd6733dacce41d3f3ba7d604f1aab61c63e0ba2ee62"
do_install() {
$XBPS_FETCH_CMD http://www.apache.org/licenses/LICENSE-2.0
vsconf redsocks.conf.example
vdoc README
vbin redsocks
vlicense LICENSE-2.0 LICENSE
}