mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: fs-uae-2.0.1.
This commit is contained in:
parent
e7e1a0f486
commit
4dc980fbfb
2 changed files with 38 additions and 0 deletions
11
srcpkgs/fs-uae/files/fs-uae.desktop
Normal file
11
srcpkgs/fs-uae/files/fs-uae.desktop
Normal 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
27
srcpkgs/fs-uae/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue