[arch-commits] Commit in unpaper/repos (2 files)

Jelle van der Waa jelle at archlinux.org
Tue Apr 24 19:23:28 UTC 2018


    Date: Tuesday, April 24, 2018 @ 19:23:12
  Author: jelle
Revision: 317614

archrelease: copy trunk to community-staging-x86_64

Added:
  unpaper/repos/community-staging-x86_64/
  unpaper/repos/community-staging-x86_64/PKGBUILD
    (from rev 317613, unpaper/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: unpaper/repos/community-staging-x86_64/PKGBUILD (from rev 317613, unpaper/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-04-24 19:23:12 UTC (rev 317614)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=6
+pkgdesc="post-processing tool for scanned sheets of paper"
+arch=('x86_64')
+url="https://github.com/Flameeyes/unpaper"
+license=("GPL")
+depends=('ffmpeg')
+makedepends=('libxslt')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz")
+sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
+
+prepare() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  aclocal
+  automake --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list