summaryrefslogtreecommitdiff
path: root/warzone2100
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-03-14 23:46:37 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2008-03-14 23:46:37 +1100
commit9f40a06259aca36982645a9780ba90baa3878bda (patch)
tree7f9d4989db001983cc689bf0c3182aedb030c335 /warzone2100
parent183b73e3984cb27bb3bd69245f744c7e9893e322 (diff)
downloadcontrib-9f40a06259aca36982645a9780ba90baa3878bda.tar.gz
contrib-9f40a06259aca36982645a9780ba90baa3878bda.tar.xz
warzone2100: 2.0.8_rc1 -> 2.0.10
Diffstat (limited to 'warzone2100')
-rw-r--r--warzone2100/.md5sum2
-rw-r--r--warzone2100/Pkgfile15
2 files changed, 4 insertions, 13 deletions
diff --git a/warzone2100/.md5sum b/warzone2100/.md5sum
index ab3e5c8f7..4924d720a 100644
--- a/warzone2100/.md5sum
+++ b/warzone2100/.md5sum
@@ -1 +1 @@
-5633f8b4a859d2acde7894ea88dc829c warzone2100-2.0.8_rc1.tar.bz2
+d27b89fde2c8017020756441bdd2a67b warzone2100-2.0.10.tar.bz2
diff --git a/warzone2100/Pkgfile b/warzone2100/Pkgfile
index f0ed47857..6c8bec3c7 100644
--- a/warzone2100/Pkgfile
+++ b/warzone2100/Pkgfile
@@ -2,13 +2,12 @@
# URL: http://wz2100.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Mark Rosenstand, mark at borkware dot net
-# Depends on: libjpeg libmad libpng libvorbis mesa3d openal physfs sdl_net smpeg zip
-# Optional: upx
+# Depends on: libjpeg libmad libpng libvorbis mesa3d openal physfs sdl_net smpeg
name=warzone2100
-version=2.0.8_rc1
+version=2.0.10
release=1
-source=(http://download.gna.org/warzone/releases/${version%*.}/warzone2100-$version.tar.bz2)
+source=(http://download.gna.org/warzone/releases/${version%.*}/warzone2100-$version.tar.bz2)
build() {
cd warzone2100-$version
@@ -17,13 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
-
- # compress binary files if upx is installed to save disk space
- if pkginfo -i |grep '^upx ' > /dev/null; then
- (
- cd $PKG/usr/bin
- upx -9 warzone2100
- )
- fi
}

Generated by cgit