New package: fs-uae-2.0.1.

This commit is contained in:
Juan RP 2012-11-23 03:32:32 +01:00
parent e7e1a0f486
commit 4dc980fbfb
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Desktop Entry]
Name=FS-UAE
Comment=FS-UAE Amiga Emulator
TryExec=fs-uae
Exec=fs-uae %f
StartupNotify=true
Terminal=false
Type=Application
Icon=fs-uae
Categories=Applications;Emulators;Game

27
srcpkgs/fs-uae/template Normal file
View file

@ -0,0 +1,27 @@
# 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."
depends="desktop-file-utils hicolor-icon-theme"
makedepends="pkg-config SDL-devel glib-devel MesaLib-devel glu-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
}