summaryrefslogtreecommitdiff
path: root/community/jbig2dec/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/jbig2dec/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/jbig2dec/PKGBUILD')
-rw-r--r--community/jbig2dec/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/jbig2dec/PKGBUILD b/community/jbig2dec/PKGBUILD
deleted file mode 100644
index 9ea0595f9..000000000
--- a/community/jbig2dec/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 90049 2013-05-06 19:37:57Z foutrelis $
-# Maintainer: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-
-pkgname=jbig2dec
-pkgver=0.11
-pkgrel=6
-pkgdesc="decoder implementation of the JBIG2 image compression format"
-arch=('x86_64' 'i686')
-url="http://jbig2dec.sourceforge.net/"
-license=('GPL3')
-depends=('glibc' 'libpng')
-options=('!libtool')
-source=(https://github.com/rillian/jbig2dec/archive/$pkgver.tar.gz
- $pkgname-$pkgver-libpng15.patch)
-sha256sums=('8af7b94b6026aff718d4b41ad990f2702f8fd4a348d565c4b48a695988ca0e9a'
- 'ed871abd9419dbf35ba7f38d4835098d3838fd9400856ac4ec029e63bb42d859')
-prepare() {
- cd $pkgname-$pkgver
- patch -Np0 -i "$srcdir"/$pkgname-$pkgver-libpng15.patch
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
-}
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}