summaryrefslogtreecommitdiff
path: root/extra/grip/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/grip/PKGBUILD')
-rw-r--r--extra/grip/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/grip/PKGBUILD b/extra/grip/PKGBUILD
index b4eab62a0..22a145221 100644
--- a/extra/grip/PKGBUILD
+++ b/extra/grip/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=grip
pkgver=3.3.1
pkgrel=10
pkgdesc="A cd-player and ripper for the Gnome desktop"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://sourceforge.net/projects/grip/"
depends=('vte' 'curl' 'libgnomeui' 'id3lib' 'cdparanoia')
@@ -23,7 +23,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=$CHOST --host=$CHOST
make
}