void-packages/srcpkgs/fs-uae/template

32 lines
857 B
Text
Raw Normal View History

2012-11-23 02:32:32 +00:00
# Template file for 'fs-uae'
pkgname=fs-uae
version=2.0.1
2013-04-30 09:52:27 +00:00
revision=2
2012-11-23 02:32:32 +00:00
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/2.0.1/fs-uae-${version}.tar.gz"
checksum=23ae547cfd80e77a296529fc2323e508a1c3ef3c01852a090eded733ed613ec6
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."
2013-04-30 09:52:27 +00:00
makedepends="pkg-config SDL-devel libglib-devel libpng-devel>=1.6 libopenal-devel"
2012-11-23 02:32:32 +00:00
do_build() {
make ${makejobs}
}
do_install() {
make prefix=${DESTDIR}/usr install
vinstall ${FILESDIR}/fs-uae.desktop 644 usr/share/applications
}
fs-uae_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
2013-04-30 09:52:27 +00:00
vmove all
}
}