summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-09 19:37:37 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-09 19:37:37 +0000
commit382b224bd190c5964dcfcf0f76bc768dd1eb72d3 (patch)
tree7226d4afbc22308ef4132f8c6843a4bc502f70fc /packages/linux
parente82c49764172ccf72854fe31b54429d8f643551a (diff)
Added RPM files for Linux distribution.
git-svn-id: file:///fltk/svn/fltk/trunk@393 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/fltk.spec17
-rwxr-xr-xpackages/linux/makedist.sh13
2 files changed, 30 insertions, 0 deletions
diff --git a/packages/linux/fltk.spec b/packages/linux/fltk.spec
new file mode 100644
index 000000000..3c9a972fd
--- /dev/null
+++ b/packages/linux/fltk.spec
@@ -0,0 +1,17 @@
+Summary: Fast Light Tool Kit
+Name: fltk
+Version: 1.0
+Release: 1
+Copyright: LGPL
+Group: Development/GUI
+Source: ftp://ftp.fltk.org/pub/fltk/1.0/fltk-1.0-source.tar.gz
+URL: http://www.fltk.org
+Packager: Michael Sweet <mike@easysw.com>
+%description
+The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
+C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
+and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
+developed by Mr. Bill Spitzak and is currently maintained by a
+small group of developers across the world with a central
+repository in the US.
+%files
diff --git a/packages/linux/makedist.sh b/packages/linux/makedist.sh
new file mode 100755
index 000000000..da79d8666
--- /dev/null
+++ b/packages/linux/makedist.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# makedist - make an irix distribution.
+#
+
+if [ test `uname -r` =~ '5.*' ]; then
+ gendist -v -dist . -sbase ../.. -idb fltk5x.list -spec fltk.spec
+else
+ gendist -v -dist . -sbase ../.. -idb fltk.list -spec fltk.spec
+fi
+
+tar cvf fltk-1.0-irix-`uname -r`.tardist fltk fltk.idb fltk.man fltk.sw
+