New package: fs-uae-2.0.1.
This commit is contained in:
parent
e7e1a0f486
commit
4dc980fbfb
|
@ -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
|
||||
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue