talimat 542 B

123456789101112131415161718192021
  1. # Tanım: Bir GTK+ tabanlı IRC istemcisi
  2. # URL: http://www.xchat.org/
  3. # Paketçi: milisarge
  4. # Gerekler: shared-mime-info gtk2 enchant dbus-glib
  5. # Grup: ağ
  6. isim=xchat
  7. surum=2.8.8
  8. devir=2
  9. kaynak=(http://www.xchat.org/files/source/${surum%.*}/$isim-$surum.tar.xz
  10. http://www.linuxfromscratch.org/patches/blfs/svn/xchat-2.8.8-glib-2.31-1.patch)
  11. derle() {
  12. cd $isim-$surum
  13. patch -Np1 -i ../xchat-2.8.8-glib-2.31-1.patch
  14. LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
  15. --sysconfdir=/etc --enable-shm
  16. make
  17. make DESTDIR=$PKG install
  18. }