1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
6 pkgdesc="wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX"
8 url="http://www.wxwidgets.org/"
10 depends=('openmotif' 'libpng' 'libjpeg' 'libtiff')
12 source=("http://downloads.sourceforge.net/project/wxwindows/${pkgver}/wxMotif-${pkgver}.tar.bz2")
13 md5sums=('708dc7eff60d907c537245e1dd918966')
20 # upstream suggested that sometimes configuring in same dir as source causes build errors :S
21 ../wxMotif-${pkgver}/configure \
32 make DESTDIR=${pkgdir} install