mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
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:
@@ -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
|
||||
Executable
+13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user