summaryrefslogtreecommitdiff
path: root/wxgtk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wxgtk/Pkgfile')
-rw-r--r--wxgtk/Pkgfile16
1 files changed, 10 insertions, 6 deletions
diff --git a/wxgtk/Pkgfile b/wxgtk/Pkgfile
index 608709369..6ae68718b 100644
--- a/wxgtk/Pkgfile
+++ b/wxgtk/Pkgfile
@@ -5,23 +5,27 @@
# Depends on: glitz gtk glu
name=wxgtk
-version=2.8.12
+version=2.8.12.1
release=1
-source=(http://downloads.sourceforge.net/project/wxwindows/$version/wxGTK-$version.tar.bz2)
+#source=(http://downloads.sourceforge.net/project/wxwindows/$version/wxGTK-$version.tar.bz2)
+source=(http://downloads.sourceforge.net/project/wxpython/wxPython/$version/wxPython-src-$version.tar.bz2)
build() {
- cd wxGTK-$version
+# cd wxGTK-$version
+ cd wxPython-src-$version
./configure \
--prefix=/usr \
- --enable-gtk2 \
+ --libdir=/usr/lib \
+ --with-gtk=2 \
+ --with-opengl \
--enable-unicode \
- --with-opengl
+ --disable-precomp-headers
make
make DESTDIR=$PKG install
- cd contrib
+ cd contrib/src
make
make DESTDIR=$PKG install

Generated by cgit