Added RPM files for Linux distribution.

git-svn-id: file:///fltk/svn/fltk/trunk@393 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-03-09 19:37:37 +00:00
parent e82c497641
commit 382b224bd1
2 changed files with 30 additions and 0 deletions
+17
View File
@@ -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
+13
View File
@@ -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