summaryrefslogtreecommitdiff
path: root/community/ario/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
commit070c331922151d301e3147728cae638902b61db9 (patch)
tree72e112fe8edc90e296f318b0603f3288369f43a9 /community/ario/PKGBUILD
parent0d18015803bebeb58911bf791653597291056095 (diff)
parent0e8166d926f929f470d01d5bc8c8823e094742da (diff)
Commiting libre package llvm-2.9-6
Diffstat (limited to 'community/ario/PKGBUILD')
-rw-r--r--community/ario/PKGBUILD23
1 files changed, 12 insertions, 11 deletions
diff --git a/community/ario/PKGBUILD b/community/ario/PKGBUILD
index 30400e883..d96fa671c 100644
--- a/community/ario/PKGBUILD
+++ b/community/ario/PKGBUILD
@@ -1,29 +1,30 @@
-# $Id: PKGBUILD 41557 2011-03-07 20:04:50Z icelaya $
+# $Id: PKGBUILD 52022 2011-07-19 19:38:14Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=ario
-pkgver=1.5
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
pkgdesc="A GTK client for MPD (Music player daemon) inspired by Rhythmbox but much lighter and faster"
arch=('i686' 'x86_64' 'mips64el')
url="http://ario-player.sourceforge.net/"
license=('GPL')
-depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' 'libmpdclient' 'libnotify' 'libsoup>=2.4' 'libunique' 'taglib' 'xdg-utils')
+depends=('avahi' 'curl' 'dbus-glib' 'gnutls' 'hicolor-icon-theme' 'libglade' 'libmpdclient' 'libnotify' 'libsoup' 'libunique' 'taglib' 'xdg-utils')
makedepends=('intltool' 'perlxml')
options=('!libtool')
install=$pkgname.install
changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz"
- 'ario-1.5-libnotify-0.7.patch')
-md5sums=('5dac6cc8b8f12b0acc132d5ff7fc779f'
- 'e5ac8d29f39365f5da86934ac03e0bca')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname-player/$pkgname-$pkgver.tar.gz)
+sha256sums=('0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e')
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -p0 -i $srcdir/ario-1.5-libnotify-0.7.patch
-
./configure --prefix=/usr --sysconfdir=/etc
- make || return 1
+ make
+ }
+
+package () {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}