apache-storm: update to 2.2.0
Version 0.9.4 was removed from the servers. Remove the archs= restriction since we now have java for multiple targets.
This commit is contained in:
parent
854828d619
commit
245bde879c
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'apache-storm'
|
||||
pkgname=apache-storm
|
||||
version=0.9.4
|
||||
revision=3
|
||||
archs="i686 x86_64"
|
||||
version=2.2.0
|
||||
revision=1
|
||||
depends="virtual?java-runtime python"
|
||||
short_desc="Distributed realtime computation system"
|
||||
maintainer="bougyman <bougyman@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://storm.apache.org/"
|
||||
distfiles="http://apache.osuosl.org/storm/apache-storm-${version}/apache-storm-${version}.tar.gz"
|
||||
checksum=2cdb3530839375bb5f18751ff16ff78b11e9b4f6d23c423c95d78487ad92d38e
|
||||
checksum=f621163f349a8e85130bc3d2fbb34e3b08f9c039ccac5474f3724e47a3a38675
|
||||
python_version=2 #unverified
|
||||
system_accounts="storm"
|
||||
storm_homedir="/var/lib/apache-storm"
|
||||
|
@ -19,7 +18,7 @@ storm_descr="unprivileged user to run apache-storm java classes"
|
|||
do_install() {
|
||||
vbin bin/storm
|
||||
vmkdir var/lib/apache-storm
|
||||
vcopy logback var/lib/apache-storm
|
||||
# vcopy logback var/lib/apache-storm
|
||||
vcopy public var/lib/apache-storm
|
||||
vmkdir usr/lib/apache-storm
|
||||
vcopy external usr/lib/apache-storm
|
||||
|
|
Loading…
Reference in a new issue