14f782942e
Closes: #10778 [via git-merge-pr]
19 lines
711 B
Bash
19 lines
711 B
Bash
# Template file for 'dunelegacy'
|
|
pkgname=dunelegacy
|
|
version=0.96.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-sdltest"
|
|
makedepends="SDL2_mixer-devel"
|
|
short_desc="Modern Dune II reimplementation"
|
|
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://dunelegacy.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}-src.tar.bz2"
|
|
checksum=4740df9e94712b34f5d6fa1ca3c24658c4808b40431aa156ed66c318be9f4de8
|
|
|
|
post_install() {
|
|
vinstall dunelegacy.desktop 644 usr/share/applications
|
|
vinstall dunelegacy.png 644 usr/share/icons/hicolor/48x48/apps
|
|
vinstall dunelegacy.svg 644 usr/share/icons/hicolor/scalable/apps
|
|
}
|