19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'widelands-maps'
|
|
pkgname=widelands-maps
|
|
version=1.1
|
|
revision=2
|
|
short_desc="Additional maps for Widelands v18"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-2"
|
|
homepage="http://wl.widelands.org/maps/"
|
|
distfiles="http://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=2029d8e72efedaa2f81f3b99d2d14f732964ac71bf5d563ae18321ace5ddf531
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vmkdir usr/share/widelands
|
|
# Now contained in widelands-19
|
|
rm -rvf maps/Wideworld.wmf
|
|
mv ${wrksrc}/maps ${DESTDIR}/usr/share/widelands
|
|
}
|