You are not logged in.
here is the labplot package for scientific work
plot what you want
pkgbuild:
# $Id: PKGBUILD,v 1.17 2004/03/21 21:48:41 damir Exp $
# Contributor: Tobias Powalowski <t.powa@gmx.de>
# Maintainer: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=LabPlot
pkgver=1.2.3
pkgrel=1
depends=('kdelibs' 'gsl' 'qsa-x11-free' 'pstoedit')
pkgdesc="Plotting, Data analysis and visualisation"
source=(http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/src/$pkgname-$pkgver.tar.gz)
url="http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/"
md5sums=('59e7b63ed67337d5f4a4ab1b65b5b8ad')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde --enable-mt --enable-final
# remove enable-final if you have less than 512MB RAM
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Packages all need to have lower case names. Namcap will complain to you if you scan a PKGBUILD with an uppercase name. I guess I can add another rule that checks packages...
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline