summaryrefslogtreecommitdiff
path: root/community/unpaper/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unpaper/PKGBUILD')
-rw-r--r--community/unpaper/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD
index 9c41757c9..52b0a52ed 100644
--- a/community/unpaper/PKGBUILD
+++ b/community/unpaper/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 21219 2010-07-15 09:47:52Z spupykin $
+# $Id: PKGBUILD 44854 2011-04-12 08:56:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Hauser <andy-aur@splashground.de>
pkgname=unpaper
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="post-processing tool for scanned sheets of paper"
+arch=('i686' 'x86_64' 'mips64el')
url="http://$pkgname.berlios.de/"
license="GPL"
depends=()
-arch=('i686' 'x86_64' 'mips64el')
-makedepends=(gcc)
+makedepends=('gcc')
source=("http://download.berlios.de/unpaper/$pkgname-${pkgver}.tar.gz")
md5sums=('be41eaf8556e7df39ab53939c99c4f7b')
@@ -18,4 +18,6 @@ build() {
cd $srcdir/$pkgname-$pkgver/src
gcc $CFLAGS -lm -funroll-all-loops -fomit-frame-pointer -ftree-vectorize -o unpaper unpaper.c
install -D -m0755 unpaper $pkgdir/usr/bin/unpaper
+ install -d -m0755 $pkgdir/usr/share/doc/unpaper
+ cp -a ../doc/* $pkgdir/usr/share/doc/unpaper
}