facter: update to 3.11.1.
Closes #13612. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f28c7e7675
commit
bc8a173427
|
@ -2190,7 +2190,7 @@ libgoocanvas.so.3 goocanvas1-1.0.0_1
|
|||
libgoocanvas-2.0.so.9 goocanvas-2.0.4_1
|
||||
libplatform.so.2.0 platform-2.0.1_1
|
||||
libp8-platform.so.2 p8-platform-2.1.0.1_1
|
||||
libfacter.so.3.11.0 facter-3.11.0_1
|
||||
libfacter.so.3.11.1 facter-3.11.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,6 +1,6 @@
|
|||
# Template file for 'facter'
|
||||
pkgname=facter
|
||||
version=3.11.0
|
||||
version=3.11.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
|
||||
|
@ -12,13 +12,8 @@ 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=64126d8c03b9c052f52f53720f643118e81544b0d5801ad491cb5926d3455666
|
||||
|
||||
pre_configure() {
|
||||
# Subdirectory does not exist (in distfile).
|
||||
sed -i CMakeLists.txt -e "/^add_subdirectory(locales)/d"
|
||||
}
|
||||
distfiles="http://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3114d6ae4522c86a195952e32a211239bf7f27ccc28581a85d992caccf91be33
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -29,5 +24,6 @@ facter-devel_package() {
|
|||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue