diff options
Diffstat (limited to 'community/gmpc/PKGBUILD')
-rw-r--r-- | community/gmpc/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gmpc/PKGBUILD b/community/gmpc/PKGBUILD index 623600656..bea9562cc 100644 --- a/community/gmpc/PKGBUILD +++ b/community/gmpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83148 2013-01-27 16:16:24Z pierre $ +# $Id$ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Kieslich <tobias@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gmpc pkgver=11.8.16 pkgrel=1 pkgdesc="A GTK2 client for MPD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gmpclient.org/home" license=('GPL') depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils') @@ -19,6 +19,7 @@ md5sums=('223aeb000e41697d8fdf54ccedee89d5') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in + export LDFLAGS="$LDFLAGS -lm" ./configure --prefix=/usr make } |