summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
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
+