updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / wxwidgets-ncbi / PKGBUILD
blobd929bb0c445ffa8f49a0586d4204a8808de71268
1 # Maintainer: leepesjee <lpeschier at xs4all dot nl>
2 pkgname=wxwidgets-ncbi
3 pkgver=2.8.10
4 pkgrel=2
5 pkgdesc="wxWidgets configured for use with the ncbi C/C++ toolkits."
6 arch=('i686' 'x86_64')
7 url="http://www.wxwidgets.org/"
8 license=('LGPL')
9 depends=('gtk2' 'mesa')
10 source=(http://downloads.sourceforge.net/project/wxwindows/wxAll/$pkgver/wxWidgets-$pkgver.tar.gz)
11 md5sums=('05b32ca051651f4b1885a90f62969faf')
13 build() {
14   cd "$srcdir/wxWidgets-$pkgver"
15   sed -i 's|png_check_sig|png_sig_cmp|' ./configure
16   sed -i 's|$SEARCH_LIB|$SEARCH_LIB /usr/lib|' ./configure
17   mkdir -p $pkgdir/opt/ncbi/wxwidgets-ncbi
18   ./configure --prefix=/opt/ncbi/wxwidgets-ncbi --with-opengl --disable-monolithic --disable-sockets --with-gtk --disable-unicode
19   make || return 1
20   make DESTDIR="$pkgdir/" install