summaryrefslogtreecommitdiff
path: root/extra/libieee1284/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libieee1284/PKGBUILD')
-rw-r--r--extra/libieee1284/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libieee1284/PKGBUILD b/extra/libieee1284/PKGBUILD
index 9b0537d36..c100ba289 100644
--- a/extra/libieee1284/PKGBUILD
+++ b/extra/libieee1284/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=libieee1284
pkgver=0.2.11
-pkgrel=4
+pkgrel=4.1
pkgdesc="A library to query devices connected in parallel port."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://cyberelk.net/tim/libieee1284"
depends=('python2')
@@ -16,7 +16,7 @@ md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man PYTHON=/usr/bin/python2
make
}