summaryrefslogtreecommitdiff
path: root/community/xcircuit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xcircuit/PKGBUILD')
-rw-r--r--community/xcircuit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD
index 3cc2b9c2b..733de3d22 100644
--- a/community/xcircuit/PKGBUILD
+++ b/community/xcircuit/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=xcircuit
pkgver=3.7.26
-pkgrel=3
+pkgrel=3.1
pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://opencircuitdesign.com/xcircuit"
license=('GPL2')
depends=('tk' 'libxpm' 'zlib')
@@ -17,7 +17,7 @@ md5sums=('6026f65a4bc327e5769157ffd1387342')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
+ ./configure prefix=/usr --build=$CHOST --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
make
make DESTDIR=$pkgdir install
mkdir -p $pkgdir/usr/share/man/man1