summaryrefslogtreecommitdiff
path: root/community/shell-fm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/shell-fm/PKGBUILD')
-rw-r--r--community/shell-fm/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/community/shell-fm/PKGBUILD b/community/shell-fm/PKGBUILD
index d54031f18..88cfe9926 100644
--- a/community/shell-fm/PKGBUILD
+++ b/community/shell-fm/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 15370 2010-04-10 21:42:26Z andrea $
+# $Id: PKGBUILD 68046 2012-03-17 12:04:37Z giovanni $
# Maintainer: Daenyth
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: Jeff Mickey <jeff@archlinux.org>
pkgname=shell-fm
-pkgver=0.7
-pkgrel=3
+pkgver=0.8
+pkgrel=1
pkgdesc="A console based player for the streams provided by Last.FM"
arch=('i686' 'x86_64')
url="http://github.com/jkramer/$pkgname"
license=('GPL')
depends=('libmad' 'libao' 'taglib')
-source=($pkgname-$pkgver.tar.gz::http://github.com/jkramer/$pkgname/tarball/v$pkgver
- as-needed.diff::http://bugs.gentoo.org/attachment.cgi?id=205574)
-md5sums=('3f83866622a892ee89685f1ed079eefd'
- 'e49d91e2ee7145d8cfce8d43d0ef37c6')
+source=($pkgname-$pkgver.tar.gz::http://github.com/jkramer/$pkgname/tarball/v$pkgver)
+md5sums=('ce5c45ead71a299edbff280d4007ad99')
build() {
cd "$srcdir"/jkramer-$pkgname-*
- patch -Np1 < "$srcdir/as-needed.diff" || return 1
+ make
+}
+
+package() {
+ cd "$srcdir"/jkramer-$pkgname-*
- make || return 1
make DESTDIR="$pkgdir" install
cd "$pkgdir/usr"