libhtp: fix license
This commit is contained in:
parent
c25cbf6138
commit
90bc45cad5
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libhtp'
|
# Template file for 'libhtp'
|
||||||
pkgname=libhtp
|
pkgname=libhtp
|
||||||
version=0.5.30
|
version=0.5.30
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Security-aware parser for HTTP"
|
short_desc="Security-aware parser for HTTP"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/OISF/libhtp"
|
homepage="https://github.com/OISF/libhtp"
|
||||||
distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
|
distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
|
||||||
checksum=7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638
|
checksum=7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638
|
||||||
|
@ -16,6 +16,10 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
libhtp-devel_package() {
|
libhtp-devel_package() {
|
||||||
depends="libhtp-${version}_${revision}"
|
depends="libhtp-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue