summaryrefslogtreecommitdiffstats
path: root/testing/opennebula/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-06-13 10:02:25 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2013-06-13 10:02:35 +0000
commit35eb88a903d1d265586a6a02d2ae0f145ec36717 (patch)
treeb65faca06d5661ff787d3534ebe33ef9704e0b3d /testing/opennebula/APKBUILD
parentf4b3c15760e735acf25006852e865d7238fa37ce (diff)
downloadaports-35eb88a903d1d265586a6a02d2ae0f145ec36717.tar.bz2
aports-35eb88a903d1d265586a6a02d2ae0f145ec36717.tar.xz
testing/opennebula: multiple fixes
Diffstat (limited to 'testing/opennebula/APKBUILD')
-rw-r--r--testing/opennebula/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/opennebula/APKBUILD b/testing/opennebula/APKBUILD
index 2baeaca0a..c0bc46954 100644
--- a/testing/opennebula/APKBUILD
+++ b/testing/opennebula/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=opennebula
pkgver=4.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing"
url="http://opennebula.org"
arch="all"
@@ -62,7 +62,8 @@ package() {
node_kvm() {
pkgdesc="Node dependecies for OpenNebula"
arch="noarch"
- depends="ruby openssh libvirt qemu-x86_64 libvirt-qemu"
+ install="opennebula-node-kvm.pre-install"
+ depends="ruby openssh qemu-x86_64 libvirt-qemu procps"
mkdir -p "$subpkgdir"
}