milis/talimatname/genel/u/unpaper/talimat

21 lines
440 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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