summaryrefslogtreecommitdiff
path: root/gnuplot
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /gnuplot
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'gnuplot')
-rw-r--r--gnuplot/.footprint14
-rw-r--r--gnuplot/.md5sum1
-rw-r--r--gnuplot/Pkgfile27
3 files changed, 42 insertions, 0 deletions
diff --git a/gnuplot/.footprint b/gnuplot/.footprint
new file mode 100644
index 000000000..757121e8a
--- /dev/null
+++ b/gnuplot/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gnuplot
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/gnuplot/
+drwxr-xr-x root/root usr/lib/gnuplot/4.0/
+-rwxr-xr-x root/root usr/lib/gnuplot/4.0/gnuplot_x11
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/gnuplot.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/gnuplot/
+drwxr-xr-x root/root usr/share/gnuplot/4.0/
+-rw-r--r-- root/root usr/share/gnuplot/4.0/gnuplot.gih
diff --git a/gnuplot/.md5sum b/gnuplot/.md5sum
new file mode 100644
index 000000000..f11aa4d2e
--- /dev/null
+++ b/gnuplot/.md5sum
@@ -0,0 +1 @@
+66258443d9f93cc4f46b147dac33e63a gnuplot-4.0.0.tar.gz
diff --git a/gnuplot/Pkgfile b/gnuplot/Pkgfile
new file mode 100644
index 000000000..b2987e0c1
--- /dev/null
+++ b/gnuplot/Pkgfile
@@ -0,0 +1,27 @@
+# Description: GNUPlot, a graph plotting software
+# URL: http://www.gnuplot.info/
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Packager: Martin Opel, mo at obbl-net dot de
+# Depends on: readline, x11
+
+name=gnuplot
+version=4.0.0
+release=2
+source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed -i -e '/^install:/s/install-info//' \
+ -e '/^all:/s/gnuplot\.info//' \
+ docs/Makefile.in
+ ./configure --prefix=/usr \
+ --with-png \
+ --with-x \
+ --x-include=/usr/X11R6/include \
+ --x-libraries=/usr/X11R6/lib \
+ --with-readline=gnu \
+ --libexecdir=/usr/lib
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/{info,share/emacs}
+}

Generated by cgit