void-packages/srcpkgs/dgen-sdl/template
2014-05-27 23:46:25 +02:00

18 lines
563 B
Plaintext
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.32
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config nasm"
makedepends="SDL-devel libarchive-devel>=3.1.2 "
short_desc="Multiplatform Genesis/Mega Drive Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD, GPL-2, LGPL-2.1"
homepage="http://dgen.sourceforget.net"
distfiles="${SOURCEFORGE_SITE}/dgen/${pkgname}-${version}.tar.gz"
checksum=23f8344f3f4717584bd0bcbc7d374e7c9ac40f155be9fac36544d82c7d603c30
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}