void-packages/srcpkgs/fs-uae/template

33 lines
895 B
Text
Raw Normal View History

2012-11-23 02:32:32 +00:00
# Template file for 'fs-uae'
pkgname=fs-uae
2013-05-05 06:34:18 +00:00
version=2.2.2
revision=1
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"
2013-05-05 06:34:18 +00:00
distfiles="http://fengestad.no/fs-uae/stable/${version}/fs-uae-${version}.tar.gz"
checksum=3cea095d1ab2bb3b96e5dc684d7f24d5b2d3c43e1e33e38267ea7a1a9a43759f
2012-11-23 02:32:32 +00:00
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-05-05 06:34:18 +00:00
hostmakedepends="pkg-config"
makedepends="SDL-devel freetype-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
}
}