facter: update to 3.5.0
This commit is contained in:
parent
a2b93e5024
commit
852b163dc4
2 changed files with 9 additions and 4 deletions
|
@ -2163,7 +2163,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.4.1 facter-3.4.1_1
|
||||
libfacter.so.3.5.0 facter-3.5.0_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,7 +1,7 @@
|
|||
# Template file for 'facter'
|
||||
pkgname=facter
|
||||
version=3.4.1
|
||||
revision=5
|
||||
version=3.5.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
|
||||
hostmakedepends="ruby-devel"
|
||||
|
@ -13,7 +13,12 @@ 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=92d566ba728d24484a12aa9bfdea0ed0f7cfb3b0e04a14bbad705064a2c57bef
|
||||
checksum=e9ac146293ab00694fb049379d3d6fb9ea5bb397d174c97a65d22f9b8b62e178
|
||||
|
||||
pre_configure() {
|
||||
# Subdirectory does not exist (in distfile).
|
||||
sed -i CMakeLists.txt -e "/^add_subdirectory(locales)/d"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue