phorward: update to 0.22.3.

Closes #14501.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-19 14:34:16 -03:00 committed by Enno Boland
parent babaa62b92
commit d4e15110ba

View file

@ -1,6 +1,6 @@
# Template build file for 'phorward'
pkgname=phorward
version=0.22.0
version=0.22.3
revision=1
build_style=gnu-configure
short_desc="Software package consisting of a powerful C functions library"
@ -8,12 +8,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause"
homepage="http://www.phorward-software.com"
distfiles="https://github.com/phorward/phorward/archive/v${version}.tar.gz"
checksum=9656eea3b52f6774b06bcf5ad6b6328e9a0f0b5312db559a63a3d83cf7ea74b7
checksum=da2543472e2308507b2cbc66e13708bd97457a16cfdfac87e9a0073e87604480
post_install() {
vlicense LICENSE
}
libphorward_package() {
short_desc+=" - libraries"
pkg_install() {
vmove usr/lib/libphorward.so.*
vmove "usr/lib/libphorward.so.*"
}
}