From 2c9357de9b3c25ad1a13f2382dde9dc8274e76b8 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 23 Jan 2018 02:55:57 +0200 Subject: [PATCH] unpaper --- talimatname/genel/u/unpaper/talimat | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 talimatname/genel/u/unpaper/talimat diff --git a/talimatname/genel/u/unpaper/talimat b/talimatname/genel/u/unpaper/talimat new file mode 100644 index 000000000..3ffcdf548 --- /dev/null +++ b/talimatname/genel/u/unpaper/talimat @@ -0,0 +1,20 @@ +# Tanım: Taranmış sayfalar için post-processing aracı +# URL: https://github.com/Flameeyes/unpaper +# Paketçi: Cihan_Alkan +# Gerekler: ffmpeg libxslt +# Grup: ofis_duzenleyici + +isim=unpaper +surum=6.1 +devir=1 +kaynak=(https://github.com/Flameeyes/unpaper/archive/unpaper-$surum.tar.gz) + +derle() { + cd unpaper-unpaper-$surum + aclocal + automake --add-missing + autoconf + ./configure --prefix=/usr + make + make install DESTDIR="$PKG" +}