Skip to content

Commit

Permalink
New package: dosbox-staging-0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed May 6, 2020
1 parent b141096 commit 7c967db
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 0 deletions.
10 changes: 10 additions & 0 deletions srcpkgs/dosbox-staging/files/dosbox-staging.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Dosbox Staging
Comment=A free DOS emulator
Icon=/usr/share/pixmaps/dosbox-staging.svg
Exec=/usr/bin/dosbox-staging
Terminal=false
StartupNotify=false
Categories=Game;
171 changes: 171 additions & 0 deletions srcpkgs/dosbox-staging/files/dosbox-staging.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions srcpkgs/dosbox-staging/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'dosbox-staging'
pkgname=dosbox-staging
version=0.75.0
revision=1
build_style=gnu-configure
configure_args="--program-suffix=-staging"
hostmakedepends="pkg-config automake"
makedepends="alsa-lib-devel libpng-devel SDL2_net-devel opusfile-devel"
short_desc="Modernized DOS x86 emulator"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://dosbox-staging.github.io/"
distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz"
checksum=6279690a05b9cc134484b8c7d11e9c1cb53b50bdb9bf32bdf683bd66770b6658

pre_configure() {
./autogen.sh
}

post_install() {
vdoc README
vdoc docs/README.video

vinstall ${FILESDIR}/${pkgname}.svg 644 usr/share/pixmaps
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
}

0 comments on commit 7c967db

Please sign in to comment.