Date: Sunday, January 5, 2014 @ 03:32:17 Author: eric Revision: 203187
New compatibility package Added: wxgtk2.8/ wxgtk2.8/trunk/ wxgtk2.8/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: wxgtk2.8/trunk/PKGBUILD =================================================================== --- wxgtk2.8/trunk/PKGBUILD (rev 0) +++ wxgtk2.8/trunk/PKGBUILD 2014-01-05 02:32:17 UTC (rev 203187) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Eric Bélanger <[email protected]> + +pkgname=wxgtk2.8 +pkgver=2.8.12.1 +pkgrel=1 +pkgdesc="GTK+ implementation of wxWidgets API for GUI" +arch=('i686' 'x86_64') +url="http://wxwidgets.org" +license=('custom:wxWindows') +depends=('gtk2' 'gstreamer0.10-base' 'sdl') +makedepends=('gstreamer0.10-base-plugins' 'gconf') +source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) +sha1sums=('05688dc03d61631750f5904273122bb40a2115f5') + +build() { + cd wx*-${pkgver} + ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \ + --enable-graphics_ctx --disable-optimize --enable-mediactrl --with-regex=builtin \ + --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \ + --with-sdl --disable-precomp-headers + make + make -C locale allmo + make -C contrib/src +} + +package() { + cd wx*-${pkgver} + make DESTDIR="${pkgdir}" install + make -C contrib/src DESTDIR="${pkgdir}" install + install -D -m644 docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Property changes on: wxgtk2.8/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
