mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
parent
f4a2c5a8e1
commit
d78e9ef95a
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.6.4
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="portableproplib-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -13,6 +13,10 @@ homepage="https://github.com/xtraeme/portableproplib"
|
|||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
||||
checksum=b2edac8977fa2e569e8664976d9c27f272bcf13f1aa921e853f129b7fd6b5d86
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue