Added package info creation to slacknoth script

This commit is contained in:
Mark Michelsen 2004-03-09 11:35:13 +00:00
parent 8d972f279d
commit 38e8898499

View file

@ -24,6 +24,19 @@ make clean
cd /wesnothpack/wesnoth-$1
echo "Stripping binaries..."
strip usr/bin/*
echo "Adding package info..."
mkdir install
echo wesnoth: Battle for Wesnoth - CVS $1 > install/slack-desc
echo wesnoth: Copyright \(C\) 2003 by David White \<davidnwhite@optusnet.com.au\> >> install/slack-desc
echo wesnoth: http://www.wesnoth.org/ >> install/slack-desc
echo wesnoth: Packager: Mark Michelsen \<skovbaer@femgramskovbaerte.dk\> >> install/slack-desc
echo wesnoth: >> install/slack-desc
echo wesnoth: Battle for Wesnoth is a fantasy turn-based strategy game. >> install/slack-desc
echo wesnoth: Battle for control of villages, using a variety of units which have >> install/slack-desc
echo wesnoth: advantages and disadvantages in different types of terrains and >> install/slack-desc
echo wesnoth: against different types of attacks. Units gain experience and advance >> install/slack-desc
echo wesnoth: levels, and are carried over from one scenario to the next campaign. >> install/slack-desc
echo wesnoth: >> install/slack-desc
echo "Building package..."
tar cf wesnoth-$1-$2-1.tar .
gzip -9 wesnoth-$1-$2-1.tar