summaryrefslogtreecommitdiffstats
path: root/icecast
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-02-28 15:26:52 +0000
committer Eric Hameleers <alien@slackware.com>2006-02-28 15:26:52 +0000
commita3095b1d66a4ad19b2f10c9b6dcd04a562c6d0d8 (patch)
treee301738c1badfd5bcfe14a17bbf2f0730b86360d /icecast
parent23e7ad2f77bdacf94ab14063a503ce24e4b78470 (diff)
downloadasb-a3095b1d66a4ad19b2f10c9b6dcd04a562c6d0d8.tar.gz
asb-a3095b1d66a4ad19b2f10c9b6dcd04a562c6d0d8.tar.xz
Added Copyright and License, cleaned up the script.
Diffstat (limited to 'icecast')
-rwxr-xr-xicecast/build/libshout.SlackBuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/icecast/build/libshout.SlackBuild b/icecast/build/libshout.SlackBuild
index a8a7c314..998c9d9c 100755
--- a/icecast/build/libshout.SlackBuild
+++ b/icecast/build/libshout.SlackBuild
@@ -1,15 +1,17 @@
#!/bin/sh
# $Id$
+# Copyright (c) 2006 Eric Hameleers <alien@slackware.com>
+# Distributed under the terms of the GNU General Public License, Version 2
+# --------------------------------------------------------------------------
# Slackware SlackBuild script
# ===========================
# By: Eric Hameleers <alien@slackware.com>
-# Created: 20oct2004
-# For: libshout 2.0
+# For: libshout
# URL: http://www.icecast.org/
# Summary: Library which can be used to write a source client like IceS
# Needs: libvorbis, libogg
# Changelog:
-# build 1: 20/oct/2004 by Eric Hameleers
+# 2.0-1: 20/oct/2004 by Eric Hameleers
#
# --------------------------------------------------------------------------
#
@@ -71,7 +73,7 @@ gzip -9 $PKG/usr/man/*/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/libshout/* $PKG/usr/doc/$PRGNAM-$VERSION/
rm -r $PKG/usr/share/doc
-chmod -R -w $PKG/usr/doc/$PRGNAM-$VERSION
+chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION
# --- OWNERSHIP, RIGHTS ---
@@ -80,7 +82,7 @@ chown -R root.root $PKG
# --- PACKAGE DESCRIPTION ---
mkdir -p $PKG/install
-cat $CWD/libshout.slack-desc > $PKG/install/slack-desc
+cat $CWD/${PRGNAM}.slack-desc > $PKG/install/slack-desc
# --- BUILDING ---
@@ -89,7 +91,7 @@ cat $CWD/libshout.slack-desc > $PKG/install/slack-desc
cd $PKG
makepkg --linkadd y --chown n $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.tgz
(cd $TMP && md5sum $PRGNAM-$VERSION-$ARCH-$BUILD.tgz > $PRGNAM-$VERSION-$ARCH-$BUILD.tgz.md5)
-cat $CWD/${PRGNAM}.slack-desc | grep "^${PRGNAM}" > $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.txt
+cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.txt