aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-02 09:57:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-02 09:57:06 +0000
commit295e9264db868ddb47b640178652274f49ca682c (patch)
tree2b2aef276a8d815713f317f474d122381dedd477 /testing
parentc1ab71f15e62515c6aa3c10822be0e64744a1254 (diff)
downloadaports-295e9264db868ddb47b640178652274f49ca682c.tar.bz2
aports-295e9264db868ddb47b640178652274f49ca682c.tar.xz
testing/spice: fix makedepends
Diffstat (limited to 'testing')
-rw-r--r--testing/spice/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/spice/APKBUILD b/testing/spice/APKBUILD
index d349182f02..82c5787aac 100644
--- a/testing/spice/APKBUILD
+++ b/testing/spice/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spice
pkgver=0.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="Implements the SPICE protocol"
url="http://www.spice-space.org/"
arch="all"
license="LGPLv2+"
depends=""
-makedepends="spice-protocol pixman-dev alsa-lib-dev openssl-dev jpeg-dev
- libxrandr-dev cyrus-sasl-dev celt051-dev libxfixes-dev python-dev
- bash cegui06-dev"
+depends_dev="spice-protocol pixman-dev celt051-dev openssl-dev"
+makedepends="$depends_dev alsa-lib-dev jpeg-dev libxrandr-dev cyrus-sasl-dev
+ libxfixes-dev python-dev bash cegui06-dev"
install=""
subpackages="$pkgname-dev $pkgname-server $pkgname-client"
source="http://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2