talimat 428 B

123456789101112131415161718192021
  1. # Tanım: Taranmış sayfalar için post-processing aracı
  2. # URL: https://github.com/Flameeyes/unpaper
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: ffmpeg libxslt
  5. # Grup: ofis
  6. isim=unpaper
  7. surum=6.1
  8. devir=1
  9. kaynak=(https://github.com/Flameeyes/unpaper/archive/unpaper-$surum.tar.gz)
  10. derle() {
  11. cd unpaper-unpaper-$surum
  12. aclocal
  13. automake --add-missing
  14. autoconf
  15. ./configure --prefix=/usr
  16. make
  17. make install DESTDIR="$PKG"
  18. }