warsow-data: update to 2.1.
This commit is contained in:
parent
a6140e7f74
commit
37ed3dbb24
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'warsow-data'
|
||||
pkgname=warsow-data
|
||||
version=1.51
|
||||
version=2.1
|
||||
revision=1
|
||||
noarch="yes"
|
||||
wrksrc="warsow_15"
|
||||
short_desc="Free online multiplayer competitive FPS based on the Qfusion engine (data files)"
|
||||
wrksrc="warsow_${version/./}"
|
||||
short_desc="Free online multiplayer competitive FPS (data files)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Warsow Content License - /usr/share/licenses/warsow/license.txt"
|
||||
homepage="http://www.warsow.net/"
|
||||
distfiles="http://update.warsow.net/mirror/warsow_${version}_unified.tar.gz"
|
||||
checksum=94510d85e4a245b5f8c0c715ae41b1d162c96e06dbfe75ccd99fffb9a76426b5
|
||||
distfiles="http://mirror.null.one/warsow_${version/./}_unified.tar.gz"
|
||||
checksum=7f509ef5da77d150ee7f30a560e366795a23b67ad2037ad9fd547cf5cb432a9b
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/warsow/basewsw
|
||||
vcopy "basewsw/*" usr/share/warsow/basewsw
|
||||
find ${DESTDIR}/usr/share/warsow -type d | xargs chmod 755
|
||||
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 644
|
||||
vinstall docs/license.txt 644 usr/share/licenses/warsow
|
||||
vlicense docs/license.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue