void-packages/srcpkgs/libhtp/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

33 lines
744 B
Bash

# Template file for 'libhtp'
pkgname=libhtp
version=0.5.30
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="zlib-devel"
short_desc="Security-aware parser for HTTP"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/OISF/libhtp"
distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz"
checksum=7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}
libhtp-devel_package() {
depends="libhtp-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}