summaryrefslogtreecommitdiff
path: root/community/gtypist/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtypist/PKGBUILD')
-rw-r--r--community/gtypist/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD
index 34bd4c7b5..025697fc8 100644
--- a/community/gtypist/PKGBUILD
+++ b/community/gtypist/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=gtypist
pkgver=2.9.3
pkgrel=1
pkgdesc="universal typing tutor"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/gtypist/gtypist.html"
license=("GPL")
depends=('ncurses' 'perl')
@@ -21,6 +21,8 @@ md5sums=('e26c29be0adf345604a802be81712bee'
build() {
cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/ncurses.patch
+ aclocal
+ automake --add-missing
autoreconf
./configure --prefix=/usr
make