void-packages/srcpkgs/dgen-sdl/template
2015-06-03 23:16:13 +02:00

18 lines
524 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'dgen-sdl'
pkgname=dgen-sdl
version=1.33
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config nasm"
makedepends="SDL-devel libarchive-devel"
short_desc="Multiplatform Genesis/Mega Drive Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD, GPL-2, LGPL-2.1"
homepage="http://dgen.sourceforget.net"
distfiles="${SOURCEFORGE_SITE}/dgen/${pkgname}-${version}.tar.gz"
checksum=99e2c06017c22873c77f88186ebcc09867244eb6e042c763bb094b02b8def61e
post_install() {
vlicense COPYING
}