mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
proplib: update to 0.6.8.
This commit is contained in:
parent
cac42a7987
commit
ad7b211d23
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.6.7
|
||||
version=0.6.8
|
||||
revision=1
|
||||
wrksrc="portableproplib-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -11,15 +11,14 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/xtraeme/portableproplib"
|
||||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
||||
checksum=ea295cdba89d842b7895fe9ae854135981ed538a8f1296f462801ce843505ce2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
checksum=5454211b97a1d64936e8947c8413e986ed7c73c3397a3a651ee1fa80d4740692
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
proplib-devel_package() {
|
||||
depends="zlib-devel ${sourcepkg}-${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue