31 lines
849 B
Text
31 lines
849 B
Text
# Template file for 'fs-uae'
|
|
pkgname=fs-uae
|
|
version=2.0.1
|
|
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/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."
|
|
|
|
makedepends="pkg-config SDL-devel glib-devel libpng-devel libopenal-devel"
|
|
|
|
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() {
|
|
vmove usr
|
|
}
|
|
}
|