[arch-commits] CVS update of extra/science/labplot (PKGBUILD)
Damir Perisa
damir at archlinux.org
Sat Jan 26 15:58:23 UTC 2008
Date: Saturday, January 26, 2008 @ 10:58:23
Author: damir
Path: /home/cvs-extra/extra/science/labplot
Modified: PKGBUILD (1.11 -> 1.12)
upgpkg: labplot 1.6.0.1-1
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Index: extra/science/labplot/PKGBUILD
diff -u extra/science/labplot/PKGBUILD:1.11 extra/science/labplot/PKGBUILD:1.12
--- extra/science/labplot/PKGBUILD:1.11 Sun Jan 28 17:43:06 2007
+++ extra/science/labplot/PKGBUILD Sat Jan 26 10:58:23 2008
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.11 2007/01/28 22:43:06 andyrtr Exp $
+# $Id: PKGBUILD,v 1.12 2008/01/26 15:58:23 damir Exp $
# Contributor: Tobias Powalowski <t.powa at gmx.de>
# Maintainer: damir <damir at archlinux.org>
pkgname=labplot
origname=LabPlot
-pkgver=1.5.1.5
-origver=1.5.1.5
+pkgver=1.6.0.1
+origver=1.6.0.1
pkgrel=1
pkgdesc="Plotting, Data analysis and visualisation"
arch=(i686 x86_64)
url="http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/"
source=(http://dl.sourceforge.net/sourceforge/labplot/LabPlot-$pkgver.tar.gz)
# http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/src/$origname-$pkgver.tar.gz)
-depends=('kdelibs>=3.5.6' 'gsl' 'pstoedit' 'imagemagick>=6.2.6' 'qwtplot3d' 'fftw>=3.0.1-5')
-makedepends=('libxml++>=1.0.4-2' 'netcdf>=3.6.0.p1')
+depends=('kdelibs>=3.5.8' 'gsl' 'pstoedit' 'imagemagick>=6.2.6' 'qwtplot3d' 'fftw>=3.0.1-5' 'netcdf>=3.6.0.p1')
+makedepends=('libxml++>=1.0.4-2')
+options=("!libtool")
+license=("GPL")
build() {
cd $startdir/src/$origname-$origver
@@ -22,6 +24,6 @@
--disable-KexiDB # libkexidb in arch is in koffice and needs to be splitted to a separate pkg
make || return 1
make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*.la' -exec rm {} \;
}
+md5sums=('50dd3033f35003d68d5a4e54336cd6c3')
More information about the arch-commits
mailing list