talimat 780 B

12345678910111213141516171819202122232425262728293031
  1. # Tanım: MATE belge görüntüleyici
  2. # URL: http://mate-desktop.org
  3. # Paketçi: yasarciv67
  4. # Gerekler: caja caja-extensions gobject-introspection intltool itstool djvulibre libspectre poppler-glib webkit2gtk3 libunwind
  5. # Grup: ofis
  6. isim=atril
  7. surum=1.20.1
  8. devir=1
  9. kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure \
  13. --prefix=/usr \
  14. --libexecdir=/usr/lib/${isim} \
  15. --with-gtk=2.0 \
  16. --enable-djvu \
  17. --enable-dvi \
  18. --enable-epub \
  19. --enable-t1lib \
  20. --enable-pixbuf \
  21. --enable-comics \
  22. --enable-xps \
  23. --enable-introspection
  24. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  25. make
  26. make DESTDIR=$PKG install
  27. }