void-packages/srcpkgs/fs-uae/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

20 lines
671 B
Bash

# Template file for 'fs-uae'
pkgname=fs-uae
version=2.2.2
revision=3
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="SDL-devel MesaLib-devel freetype-devel libglib-devel libpng-devel libopenal-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="FS-UAE Amiga Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://fengestad.no/fs-uae"
distfiles="http://fengestad.no/fs-uae/stable/${version}/fs-uae-${version}.tar.gz"
checksum=3cea095d1ab2bb3b96e5dc684d7f24d5b2d3c43e1e33e38267ea7a1a9a43759f
do_install() {
make prefix=${DESTDIR}/usr install
vinstall ${FILESDIR}/fs-uae.desktop 644 usr/share/applications
}