mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
phorward: update to 0.22.3.
Closes #14501. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
babaa62b92
commit
d4e15110ba
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'phorward'
|
# Template build file for 'phorward'
|
||||||
pkgname=phorward
|
pkgname=phorward
|
||||||
version=0.22.0
|
version=0.22.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Software package consisting of a powerful C functions library"
|
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"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.phorward-software.com"
|
homepage="http://www.phorward-software.com"
|
||||||
distfiles="https://github.com/phorward/phorward/archive/v${version}.tar.gz"
|
distfiles="https://github.com/phorward/phorward/archive/v${version}.tar.gz"
|
||||||
checksum=9656eea3b52f6774b06bcf5ad6b6328e9a0f0b5312db559a63a3d83cf7ea74b7
|
checksum=da2543472e2308507b2cbc66e13708bd97457a16cfdfac87e9a0073e87604480
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
libphorward_package() {
|
libphorward_package() {
|
||||||
short_desc+=" - libraries"
|
short_desc+=" - libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libphorward.so.*
|
vmove "usr/lib/libphorward.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue