PKGBUILDs/community/gimmix/PKGBUILD
2009-10-09 21:15:33 -05:00

22 lines
662 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: 3ED <kas1987@o2.pl>
pkgname=gimmix
pkgver=0.5.6.1
pkgrel=1
pkgdesc="graphical MPD client written in C using GTK+2"
arch=('i686' 'x86_64')
url="http://gimmix.berlios.de/"
license=('GPL')
depends=('libglade>=2.6.0' 'libmpd>=0.17.0' 'taglib' 'curl' 'libnxml')
makedepends=('intltool')
source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('6e3ce774337e7b722e5a9a3edd82e10d')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --enable-cover --enable-lyrics
make || return 1
make DESTDIR=$pkgdir install
}