void-packages/srcpkgs/fs-uae/template

27 lines
840 B
Plaintext

# Template file for 'fs-uae'
pkgname=fs-uae
version=2.2.2
revision=1
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
long_desc="
FS-UAE focuses on emulating Amiga games using the accurate emulation code
from WinUAE. It also has features to emulate a high-end Amiga with expansions."
hostmakedepends="pkg-config"
makedepends="SDL-devel freetype-devel libglib-devel libpng-devel>=1.6 libopenal-devel"
depends="desktop-file-utils hicolor-icon-theme"
do_build() {
make ${makejobs}
}
do_install() {
make prefix=${DESTDIR}/usr install
vinstall ${FILESDIR}/fs-uae.desktop 644 usr/share/applications
}