aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/cowsay/README4
-rw-r--r--games/cowsay/cowsay.SlackBuild20
-rw-r--r--games/cowsay/cowsay.info6
3 files changed, 24 insertions, 6 deletions
diff --git a/games/cowsay/README b/games/cowsay/README
index b374f399944a..b7442bf126f4 100644
--- a/games/cowsay/README
+++ b/games/cowsay/README
@@ -3,5 +3,5 @@ cowsay (A Configurable Speaking/Thinking Cow)
cowsay is basically a text filter. Send some text into it, and you get a
cow saying your text.
-All you need is a working installation of Perl 5. And if you think a talking
-cow isn't enough, cows can think too. All you have to do is run cowthink.
+If you think a talking cow isn't enough, cows can think too.
+All you have to do is run cowthink.
diff --git a/games/cowsay/cowsay.SlackBuild b/games/cowsay/cowsay.SlackBuild
index 74428f1a2dba..39ffbf7104e0 100644
--- a/games/cowsay/cowsay.SlackBuild
+++ b/games/cowsay/cowsay.SlackBuild
@@ -3,8 +3,26 @@
# Slackware build script for cowsay
# Written by David Miller dave@frop.net
-# This script is released into the public domain
# Modified by the slackbuilds.org project.
+# Copyright 2017 Johannes Schoepfer
+# 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=cowsay
VERSION=${VERSION:-3.03}
diff --git a/games/cowsay/cowsay.info b/games/cowsay/cowsay.info
index fdfab5c3b788..d2cf2b5a3e55 100644
--- a/games/cowsay/cowsay.info
+++ b/games/cowsay/cowsay.info
@@ -1,10 +1,10 @@
PRGNAM="cowsay"
VERSION="3.03"
-HOMEPAGE="http://www.nog.net/~tony/warez/cowsay.shtml"
+HOMEPAGE="https://github.com/schacon/cowsay/"
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/cowsay/cowsay-3.03.tar.gz/b29169797359420dadb998079021a494/cowsay-3.03.tar.gz"
MD5SUM="b29169797359420dadb998079021a494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="David Miller"
-EMAIL="dave@frop.net"
+MAINTAINER="Johannes Schoepfer"
+EMAIL="slackbuilds[at]schoepfer[dot]info"