summaryrefslogtreecommitdiff
path: root/community/jbigkit/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/jbigkit/PKGBUILD
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/jbigkit/PKGBUILD')
-rw-r--r--community/jbigkit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/jbigkit/PKGBUILD b/community/jbigkit/PKGBUILD
index f6ed1709d..d78b3fbeb 100644
--- a/community/jbigkit/PKGBUILD
+++ b/community/jbigkit/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 26236 2010-09-14 10:47:51Z spupykin $
+# $Id: PKGBUILD 65580 2012-02-21 09:05:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
pkgname=jbigkit
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Data compression library/utilities for bi-level high-resolution images"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
@@ -17,7 +17,7 @@ md5sums=('3dd87f605abb1a97a22dc79d8b3e8f6c')
build() {
cd $srcdir/$pkgname
- make || return 1
+ make
install -D -m644 $srcdir/$pkgname/libjbig/libjbig.a $pkgdir/usr/lib/libjbig.a
install -D -m644 $srcdir/$pkgname/libjbig/libjbig85.a $pkgdir/usr/lib/libjbig85.a