mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
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'
|
# Template file for 'apache-storm'
|
||||||
pkgname=apache-storm
|
pkgname=apache-storm
|
||||||
version=0.9.4
|
version=2.2.0
|
||||||
revision=3
|
revision=1
|
||||||
archs="i686 x86_64"
|
|
||||||
depends="virtual?java-runtime python"
|
depends="virtual?java-runtime python"
|
||||||
short_desc="Distributed realtime computation system"
|
short_desc="Distributed realtime computation system"
|
||||||
maintainer="bougyman <bougyman@voidlinux.org>"
|
maintainer="bougyman <bougyman@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://storm.apache.org/"
|
homepage="https://storm.apache.org/"
|
||||||
distfiles="http://apache.osuosl.org/storm/apache-storm-${version}/apache-storm-${version}.tar.gz"
|
distfiles="http://apache.osuosl.org/storm/apache-storm-${version}/apache-storm-${version}.tar.gz"
|
||||||
checksum=2cdb3530839375bb5f18751ff16ff78b11e9b4f6d23c423c95d78487ad92d38e
|
checksum=f621163f349a8e85130bc3d2fbb34e3b08f9c039ccac5474f3724e47a3a38675
|
||||||
python_version=2 #unverified
|
python_version=2 #unverified
|
||||||
system_accounts="storm"
|
system_accounts="storm"
|
||||||
storm_homedir="/var/lib/apache-storm"
|
storm_homedir="/var/lib/apache-storm"
|
||||||
|
@ -19,7 +18,7 @@ storm_descr="unprivileged user to run apache-storm java classes"
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/storm
|
vbin bin/storm
|
||||||
vmkdir var/lib/apache-storm
|
vmkdir var/lib/apache-storm
|
||||||
vcopy logback var/lib/apache-storm
|
# vcopy logback var/lib/apache-storm
|
||||||
vcopy public var/lib/apache-storm
|
vcopy public var/lib/apache-storm
|
||||||
vmkdir usr/lib/apache-storm
|
vmkdir usr/lib/apache-storm
|
||||||
vcopy external usr/lib/apache-storm
|
vcopy external usr/lib/apache-storm
|
||||||
|
|
Loading…
Add table
Reference in a new issue