mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/grx: Fixed script license
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
72a65ba9c9
commit
de990a2556
2 changed files with 30 additions and 12 deletions
|
@ -2,7 +2,25 @@
|
|||
|
||||
# Slackware build script for GRX
|
||||
|
||||
# Written by David Melik <dchmelik @ gmail dot com>
|
||||
# Copyright 2013 David Melik, Spokane, WA, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=grx
|
||||
VERSION=${VERSION:-248}
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
GRX: GRX (a 2D graphics C library)
|
||||
GRX:
|
||||
GRX: GRX is a 2D graphics C library originaly written by Csaba Biegl
|
||||
GRX: for DJ Delorie's DOS port of the GCC compiler.
|
||||
GRX:
|
||||
GRX: homepage: http://grx.gnu.de/
|
||||
GRX:
|
||||
GRX:
|
||||
GRX:
|
||||
GRX:
|
||||
GRX:
|
||||
grx: grx (a 2D graphics C library)
|
||||
grx:
|
||||
grx: GRX is a 2D graphics C library originaly written by Csaba Biegl
|
||||
grx: for DJ Delorie's DOS port of the GCC compiler.
|
||||
grx:
|
||||
grx: homepage: http://grx.gnu.de/
|
||||
grx:
|
||||
grx:
|
||||
grx:
|
||||
grx:
|
||||
grx:
|
||||
|
|
Loading…
Reference in a new issue