platform: update to 2.0.1.
This commit is contained in:
parent
ddb8e2ca4d
commit
ec89378452
2 changed files with 5 additions and 4 deletions
|
@ -2121,7 +2121,7 @@ libtbbmalloc_debug.so.2 tbb-4.3_1
|
|||
libembree.so.2 embree-2.5.1_1
|
||||
libgtkimageview.so.0 gtkimageview-1.6.4_1
|
||||
libgoocanvas.so.3 goocanvas1-1.0.0_1
|
||||
libplatform.so.1.0 platform-1.0.10_1
|
||||
libplatform.so.2.0 platform-2.0.1_1
|
||||
libfacter.so.3.0.2 facter-3.0.2_1
|
||||
libOIS-1.3.0.so ois-1.3_1
|
||||
libSILLY.so.1 silly-0.1.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'platform'
|
||||
pkgname=platform
|
||||
version=1.0.10
|
||||
version=2.0.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
|
@ -8,9 +8,10 @@ short_desc="Platform support library used by libCEC and binary add-ons for Kodi"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/Pulse-Eight/platform"
|
||||
distfiles="https://github.com/Pulse-Eight/platform/archive/$version.tar.gz"
|
||||
checksum=6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd
|
||||
distfiles="https://github.com/Pulse-Eight/platform/archive/platform-$version.tar.gz"
|
||||
checksum=d83fd25fe8f48ed4d66f17fb3f7c35fcf915ca27dda9b088d61e8e3dd98f01f7
|
||||
configure_args+=" -DBUILD_SHARED_LIBS=1"
|
||||
wrksrc=$pkgname-$pkgname-$version
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib
|
||||
|
|
Loading…
Reference in a new issue