void-packages/srcpkgs/dunelegacy/template

20 lines
711 B
Bash
Raw Normal View History

2015-06-18 07:28:53 +02:00
# Template file for 'dunelegacy'
pkgname=dunelegacy
2016-12-28 15:53:43 +01:00
version=0.96.4
revision=1
2015-06-18 07:28:53 +02:00
build_style=gnu-configure
configure_args="--disable-sdltest"
2016-12-28 15:53:43 +01:00
makedepends="SDL2_mixer-devel"
2015-06-18 07:28:53 +02:00
short_desc="Modern Dune II reimplementation"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-2"
2016-12-28 15:53:43 +01:00
homepage="http://dunelegacy.sourceforge.net/"
2015-06-18 07:28:53 +02:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}-src.tar.bz2"
2016-12-28 15:53:43 +01:00
checksum=afc54d386397c0a1c4ac2f5bc6efe88d23c9f06aeb1f19b4d1ef98d0356efb1d
2015-06-18 07:28:53 +02:00
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
}