cdogs-sdl: update to 0.5.7.

This commit is contained in:
Enno Boland 2014-11-16 22:33:14 +01:00
parent 5c333d715d
commit a79edbc843
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cdogs'
pkgname=cdogs-sdl
version=0.5.6
version=0.5.7
revision=1
build_style=cmake
_hqxrev=2a8a05854ad2147425d0b55a3c40e81c368c97fd
@ -14,7 +14,7 @@ license="GPL2"
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz
https://github.com/cxong/tinydir/archive/$_tinydirrev.tar.gz
https://github.com/cxong/hqx/archive/$_hqxrev.tar.gz"
checksum="7ead552ed98ce0606ec671f783e3b192cefd0ed37a0b2c8e856eda6d5e9ede1c
checksum="ff87ba01d4d6cc19b471f089e54324630df32432e91b2fbccf9f6fb72c93201b
2d71972034d570ac506dee5909cfac72c1870734228a61b266e354f2d9acf277
fca25adefd14af3584dcf0e48c69647aa46a924ddbfcb75ec6053528f1bd80bc"
lib32disabled=yes
@ -46,10 +46,6 @@ pre_configure() {
ln -rs build build/build
}
post_configure() {
cp build/src/cdogs/sys_config.h src/cdogs/sys_config.h
}
post_install() {
mv $DESTDIR/usr/share/cdogs/bin $DESTDIR/usr/bin
}