talimat 750 B

123456789101112131415161718192021222324252627
  1. # Tanım: Bir vuruş (fare hareketi) çeviri kütüphanesi
  2. # URL: http://etla.net/libstroke/
  3. # Paketçi: milisarge
  4. # Gerekler: xorg-libx11
  5. # Grup: kütüphane
  6. isim=libstroke
  7. surum=0.5.1
  8. devir=1
  9. kaynak=(http://www.etla.net/libstroke/libstroke-${surum}fvwm.tar.gz
  10. libgstroke-Makefile.am.patch
  11. libstroke-Makefile.am.patch
  12. libstroke-0.5.1-m4_syntax.patch
  13. libstroke-0.5.1-no_gtk1.patch)
  14. derle() {
  15. cd ${pkgname}-${pkgver}
  16. patch -p1 -i "${srcdir}/libgstroke-Makefile.am.patch"
  17. patch -p1 -i "${srcdir}/libstroke-Makefile.am.patch"
  18. patch -p1 -i "${srcdir}/libstroke-0.5.1-m4_syntax.patch"
  19. patch -p1 -i "${srcdir}/libstroke-0.5.1-no_gtk1.patch"
  20. autoreconf --force --install
  21. ./configure --prefix=/usr
  22. make
  23. make DESTDIR="${pkgdir}" install
  24. }