mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
proplib: update to 0.6.9.
This commit is contained in:
parent
0aad09ef71
commit
795854f9a6
1 changed files with 5 additions and 8 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'proplib'
|
# Template file for 'proplib'
|
||||||
pkgname=proplib
|
pkgname=proplib
|
||||||
version=0.6.8
|
version=0.6.9
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="portableproplib-${version}"
|
wrksrc="portableproplib-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-makefile
|
||||||
hostmakedepends="automake libtool"
|
make_use_env=yes
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Portable Property container object library"
|
short_desc="Portable Property container object library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/xtraeme/portableproplib"
|
homepage="https://github.com/xtraeme/portableproplib"
|
||||||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
||||||
checksum=5454211b97a1d64936e8947c8413e986ed7c73c3397a3a651ee1fa80d4740692
|
checksum=0104b6f604fde4ecde22c499a2c77f5d323464efbdbfb0a8b551f9931c565079
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./bootstrap
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue