facter: update to 3.4.1
This commit is contained in:
parent
d2f5987b6e
commit
556184e229
2 changed files with 6 additions and 5 deletions
|
@ -2151,7 +2151,7 @@ libgtkimageview.so.0 gtkimageview-1.6.4_1
|
|||
libgoocanvas.so.3 goocanvas1-1.0.0_1
|
||||
libplatform.so.2.0 platform-2.0.1_1
|
||||
libp8-platform.so.2.0 p8-platform-2.0.1_1
|
||||
libfacter.so.3.0.2 facter-3.0.2_1
|
||||
libfacter.so.3.4.1 facter-3.4.1_1
|
||||
libOIS-1.3.0.so ois-1.3_1
|
||||
libSILLY.so.1 silly-0.1.0_1
|
||||
libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'facter'
|
||||
pkgname=facter
|
||||
version=3.0.2
|
||||
revision=3
|
||||
version=3.4.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
|
||||
hostmakedepends="cmake ruby-devel"
|
||||
makedepends="libressl-devel libcurl-devel libblkid-devel ruby-devel yaml-cpp-devel boost-devel"
|
||||
makedepends="libressl-devel libcurl-devel libblkid-devel ruby-devel yaml-cpp-devel
|
||||
boost-devel leatherman cpp-hocon"
|
||||
depends="ruby net-tools"
|
||||
short_desc="Collect and display system facts"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://puppetlabs.com/facter"
|
||||
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=2fee1ee938196790f24b7b876ff04a5d69c0ac1492ff6935b003ae23500eced7
|
||||
checksum=92d566ba728d24484a12aa9bfdea0ed0f7cfb3b0e04a14bbad705064a2c57bef
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue