1 # Modified from original gmpc pkgbuild created by tobias <tobias@archlinux.org>
2 # Contributor: Lukas Miczka <lukascpu@gmail.com>
4 pkgname=gmpc-stopbutton
7 pkgdesc="This is the simplest plugin of the lot, it adds a stop button to the controls in the main window."
9 url="http://sarine.nl/gmpc/"
11 depends=(libmpd libxml2 gtk2)
12 source=('http://download.sarine.nl/gmpc-0.15.5/gmpc-stopbutton-0.15.5.0.tar.gz')
13 md5sums=('ef23c2ace387e0f697e3cdbfc3bbdc95')
17 mv index.php* ./${pkgname}-${pkgver}.tar.gz
18 tar xzf ${pkgname}-${pkgver}.tar.gz
20 cd $startdir/src/$pkgname-$pkgver
21 ./configure --prefix=/usr
23 make DESTDIR=$startdir/pkg install