void-packages/srcpkgs/dgen-sdl/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

18 lines
522 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=1
build_style=gnu-configure
hostmakedepends="pkg-config nasm"
makedepends="SDL-devel libarchive-devel "
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=99e2c06017c22873c77f88186ebcc09867244eb6e042c763bb094b02b8def61e
post_install() {
vlicense COPYING
}