talimat 907 B

123456789101112131415161718192021222324252627
  1. # Tanım: GUI için GTK+ wxWidgets API'sının uygulanması
  2. # URL: http://wxwidgets.org
  3. # Paketçi: milisarge
  4. # Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
  5. # Grup: geliştirme sistem
  6. isim=wxgtk28
  7. surum=2.8.12.1
  8. devir=1
  9. kaynak=(http://downloads.sourceforge.net/wxpython/wxPython-src-${surum}.tar.bz2
  10. make-abicheck-non-fatal.patch wxGTK-collision.patch configure_in.diff)
  11. derle() {
  12. cd wx*-$surum
  13. patch -p1 -i ../wxGTK-collision.patch
  14. patch -Np1 -i ../make-abicheck-non-fatal.patch
  15. sed -i '/^SEARCH_INCLUDE="\\/s|\\|/usr/lib \\|' configure
  16. ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
  17. --enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
  18. --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
  19. --disable-precomp-headers
  20. make
  21. make -C locale allmo
  22. make DESTDIR=$PKG install
  23. }