libhtp: fix license
This commit is contained in:
parent
c25cbf6138
commit
90bc45cad5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue