updated on Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git] / gmpc-stopbutton / PKGBUILD
blobec925e005f5a6e4abcbc2045529cbc27941bcf3f
1 # Modified from original gmpc pkgbuild created by tobias <tobias@archlinux.org>
2 # Contributor: Lukas Miczka <lukascpu@gmail.com>
4 pkgname=gmpc-stopbutton
5 pkgver=0.15.5.0
6 pkgrel=1
7 pkgdesc="This is the simplest plugin of the lot, it adds a stop button to the controls in the main window."
8 arch=(i686 x86_64)
9 url="http://sarine.nl/gmpc/"
10 license="GPL"
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')
15 build() {
16   cd ${startdir}/src
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
22   make || return 1
23   make DESTDIR=$startdir/pkg install