summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-10-24 16:20:53 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-10-24 16:20:53 +1000
commit8ceb84d0ff1b57b5ebc34778afbf3bfd265f70a3 (patch)
tree8ac7bcbcf03cfb2cee23cd84869661bea76b06d0
parentd8c22824b25d3895082dbb516d692e24de8803aa (diff)
downloadcontrib-8ceb84d0ff1b57b5ebc34778afbf3bfd265f70a3.tar.gz
contrib-8ceb84d0ff1b57b5ebc34778afbf3bfd265f70a3.tar.xz
wesnoth: removed junk file
-rw-r--r--wesnoth/.footprint1
-rw-r--r--wesnoth/Pkgfile11
2 files changed, 7 insertions, 5 deletions
diff --git a/wesnoth/.footprint b/wesnoth/.footprint
index 1ff5ca6d4..bb7d3078b 100644
--- a/wesnoth/.footprint
+++ b/wesnoth/.footprint
@@ -1648,7 +1648,6 @@ drwxr-xr-x root/root usr/share/wesnoth/data/units/
-rw-r--r-- root/root usr/share/wesnoth/data/units/Wose_Elder.cfg
-rw-r--r-- root/root usr/share/wesnoth/data/utils.cfg
drwxr-xr-x root/root usr/share/wesnoth/fonts/
--rw-r--r-- root/root usr/share/wesnoth/fonts/COPYING
-rw-r--r-- root/root usr/share/wesnoth/fonts/DejaVuSans.ttf
-rw-r--r-- root/root usr/share/wesnoth/fonts/FreeSans.ttf
drwxr-xr-x root/root usr/share/wesnoth/images/
diff --git a/wesnoth/Pkgfile b/wesnoth/Pkgfile
index e54f86dc0..405c85a37 100644
--- a/wesnoth/Pkgfile
+++ b/wesnoth/Pkgfile
@@ -1,9 +1,9 @@
-# Description: The Battle for Wesnoth is a free, turn-based strategy game with a fantasy theme. Fight a desperate battle to reclaim the throne of Wesnoth, or take hand in any number of other adventures.
+# Description: The Battle for Wesnoth is a turn-based strategy game with a fantasy theme.
# URL: http://www.wesnoth.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
-# Depends on: xorg sdl_image sdl_mixer sdl_net freetype python
-# Nice To Have: upx
+# Depends on: xorg-libx11 sdl_image sdl_mixer sdl_net freetype python
+# Optional: upx
name=wesnoth
version=1.2.6
@@ -32,7 +32,10 @@ build() {
make DESTDIR=$PKG install
find $PKG/usr/man -maxdepth 0 -type d ! -regex 'man?' -exec rm -r {} \;
- rm $PKG/usr/share/wesnoth/data/COPYING.txt
+
+ rm \
+ $PKG/usr/share/wesnoth/data/COPYING.txt \
+ $PKG/usr/share/wesnoth/fonts/COPYING
# compress binary files if upx is installed to save disk space
if pkginfo -i |grep '^upx ' > /dev/null; then

Generated by cgit