summaryrefslogtreecommitdiff
path: root/gnuplot/Pkgfile
blob: 38742490f1bd0c23a76ed004eaaddc046cc11332 (plain)
    1 # Description: GNUPlot, a graph plotting software
    2 # URL:         http://www.gnuplot.info/
    3 # Maintainer:  Jürgen Daubert, juergen dot daubert at t-online dot de
    4 # Packager:    Martin Opel, mo at obbl-net dot de
    5 # Depends on:  ncurses, readline, libpng, xorg-libx11, xorg-libxau
    6 
    7 name=gnuplot
    8 version=4.2.3
    9 release=1
   10 source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
   11 
   12 build() {
   13     cd $name-$version
   14     sed -i '/^install:/s/install-info//' docs/Makefile.in
   15     ./configure --prefix=/usr \
   16                 --libexecdir=/usr/lib \
   17                 --with-x
   18     make
   19     make DESTDIR=$PKG install
   20 }

Generated by cgit