libhtp: fix license

This commit is contained in:
maxice8 2019-03-10 22:10:21 -03:00
parent c25cbf6138
commit 90bc45cad5
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'libhtp'
pkgname=libhtp
version=0.5.30
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="zlib-devel"
short_desc="Security-aware parser for HTTP"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
license="BSD-3-Clause"
homepage="https://github.com/OISF/libhtp"
distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
checksum=7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638
@ -16,6 +16,10 @@ pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}
libhtp-devel_package() {
depends="libhtp-${version}_${revision}"
short_desc+=" - development files"