diff --git a/srcpkgs/libhtp/template b/srcpkgs/libhtp/template index d7afd6e6f47..762c5ebd042 100644 --- a/srcpkgs/libhtp/template +++ b/srcpkgs/libhtp/template @@ -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 " -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"