2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Taranmış sayfalar için post-processing aracı
|
|
|
|
|
# URL: https://github.com/Flameeyes/unpaper
|
|
|
|
|
# Paketçi: Cihan_Alkan
|
|
|
|
|
# Gerekler: ffmpeg libxslt
|
2018-07-19 17:43:35 +02:00
|
|
|
|
# Grup: ofis
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
}
|