summaryrefslogtreecommitdiff
path: root/community/fityk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fityk/PKGBUILD')
-rw-r--r--community/fityk/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/fityk/PKGBUILD b/community/fityk/PKGBUILD
index 143d60c29..ffd72b248 100644
--- a/community/fityk/PKGBUILD
+++ b/community/fityk/PKGBUILD
@@ -4,19 +4,20 @@
pkgname=fityk
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='A program for nonlinear fitting of analytical functions to data.'
arch=('i686' 'x86_64')
url='http://www.unipress.waw.pl/fityk/'
license=('GPL')
depends=('xylib' 'shared-mime-info' 'lua' 'gnuplot') # wxgtk supplied by statically linked wxWidgets
-makedepends=('boost' 'git' 'python-sphinx' 'swig')
+makedepends=('boost' 'git' 'python-sphinx' 'swig' 'subversion')
options=('!libtool')
install='fityk.install'
-source=('http://biolpc22.york.ac.uk/pub/Daily_HEAD/wxWidgets.tar.gz') # daily snapshot because fityk requires a version that hasn't been released yet...
-md5sums=('99bb0cf3813ee173edc9cbbc026a78ca')
build() {
+ # daily snapshot because fityk requires a version that hasn't been released yet...
+ svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk wxWidgets
+
cd wxWidgets
./configure --prefix=${srcdir}/usr --disable-shared --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
make