summaryrefslogtreecommitdiffstats
path: root/x11/parole/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-28 16:06:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-28 16:11:12 +0000
commit670548c7fe1ea7fcdbaea9d0d5526c401febc7f7 (patch)
tree7ce878b33e5dca68ad59ac05a2e140438c489c11 /x11/parole/APKBUILD
parentdb27a689334ce6023850665a8e46057b8994b264 (diff)
x11/parole: upgrade to 0.1.98
Diffstat (limited to 'x11/parole/APKBUILD')
-rw-r--r--x11/parole/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/parole/APKBUILD b/x11/parole/APKBUILD
index 89b5c53b1e1..010dcc543d4 100644
--- a/x11/parole/APKBUILD
+++ b/x11/parole/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=parole
-pkgver=0.1.90
+pkgver=0.1.98
pkgrel=0
pkgdesc="Media player for the Xfce desktop"
url="http://goodies.xfce.org/projects/applications/parole/"
@@ -19,9 +19,14 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
+ --disable-browser-plugin \
--infodir=/usr/share/info
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-md5sums="acf9085b49cf41469ce41076e6915253 parole-0.1.90.tar.bz2"
+md5sums="62fc89acb02052de585e7c2f2618198f parole-0.1.98.tar.bz2"