summaryrefslogtreecommitdiff
path: root/community/gogglesmm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-13 19:51:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-13 19:51:35 -0300
commita552e7fe41f2145b6e785ce03c6b2d8920ab7b43 (patch)
treec938070c363db70f111d058c4fccc781ff0dea0b /community/gogglesmm
parent0a15db3fa6f40e080010ab6c553b1ce9e32db4a9 (diff)
parent7c64c5039335c73eaa1a402c417235e8ca9a5109 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/emesene/PKGBUILD community/minidlna/PKGBUILD community/uzbl/PKGBUILD community/virtualbox/PKGBUILD extra/lirc/PKGBUILD libre/pacman/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD testing/subversion/PKGBUILD
Diffstat (limited to 'community/gogglesmm')
-rw-r--r--community/gogglesmm/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/gogglesmm/PKGBUILD b/community/gogglesmm/PKGBUILD
index 52e81f6ad..163af76af 100644
--- a/community/gogglesmm/PKGBUILD
+++ b/community/gogglesmm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 41060 2011-03-03 15:30:41Z spupykin $
+# $Id: PKGBUILD 49064 2011-06-10 08:43:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sander Jansen <sander@knology.net>
pkgname=gogglesmm
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc="Music Manager and Player"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,12 +14,16 @@ depends=('fox>=1.6.0' 'xine-lib>=1.0' 'sqlite3>=3.4.0' 'taglib' 'dbus-core' 'cur
replaces=('musicmanager')
conflicts=('musicmanager')
source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
-md5sums=('8657be2f67b25837fcf5d442700619aa')
+md5sums=('2fc5c90dc3feeacd857913c48c65771c')
build() {
cd $srcdir/gogglesmm-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/gogglesmm-$pkgver
mkdir -p $pkgdir/usr/bin
make DESTDIR=$pkgdir install
}