This commit is contained in:
milisbir 2018-01-23 02:55:57 +02:00
parent 50a5f97c64
commit 2c9357de9b
1 changed files with 20 additions and 0 deletions

View File

@ -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"
}