milis/talimatname/genel/wxgtk/talimat

23 lines
752 B
Plaintext
Raw Normal View History

2017-04-20 13:49:56 +02:00
# Description: GUI için GTK+ wxWidgets API'sının uygulanması
2016-02-24 01:27:23 +01:00
# URL: http://wxwidgets.org
2017-04-20 13:49:56 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
name=wxgtk
version=3.0.2
release=2
source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-$version.tar.bz2
make-abicheck-non-fatal.patch)
build() {
cd wxWidgets-$version
patch -Np1 -i ../make-abicheck-non-fatal.patch
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
--enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
--disable-precomp-headers
make
make -C locale allmo
make DESTDIR=$PKG install
}