You are not logged in.

#1 2004-04-07 09:43:00

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

[sience: mathematics] labplot

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

#2 2004-04-07 19:59:13

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: [sience: mathematics] labplot

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

Board footer

Powered by FluxBB