wxgtk.gnc
This commit is contained in:
parent
122e3a1a1c
commit
7fe2de58c9
1 changed files with 24 additions and 12 deletions
|
@ -2,21 +2,33 @@
|
||||||
# URL: http://wxwidgets.org
|
# URL: http://wxwidgets.org
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
|
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
|
||||||
|
# Grup: geliştirme
|
||||||
|
|
||||||
isim=wxgtk
|
isim=wxgtk
|
||||||
surum=3.0.2
|
surum=3.0.3.1
|
||||||
devir=2
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://downloads.sourceforge.net/wxwindows/wxWidgets-$surum.tar.bz2
|
kaynak=(http://downloads.sourceforge.net/wxwindows/wxWidgets-$surum.tar.bz2
|
||||||
make-abicheck-non-fatal.patch)
|
make-abicheck-non-fatal.patch)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd wxWidgets-$surum
|
cd wxWidgets-$surum
|
||||||
patch -Np1 -i ../make-abicheck-non-fatal.patch
|
patch -Np1 -i ../make-abicheck-non-fatal.patch
|
||||||
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
|
./configure --prefix=/usr \
|
||||||
--enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
|
--libdir=/usr/lib \
|
||||||
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
|
--with-gtk=2 \
|
||||||
--disable-precomp-headers
|
--with-opengl \
|
||||||
make
|
--enable-unicode \
|
||||||
make -C locale allmo
|
--enable-graphics_ctx \
|
||||||
make DESTDIR=$PKG install
|
--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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue