Skip to content

Commit

Permalink
New package: pcem-16
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrelliCopter committed May 27, 2020
1 parent c86b1df commit e7b7e9b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions srcpkgs/pcem/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Template file for 'pcem'
pkgname=pcem
version=16
revision=1
archs="i686* x86_64* armv7l* aarch64*"
build_style=gnu-configure
configure_args="--enable-release-build --enable-networking --enable-alsa"
hostmakedepends="autoconf automake pkgconf"
makedepends="SDL2-devel wxWidgets-devel libopenal-devel alsa-lib-devel"
short_desc="Low-level x86 emulator targeting various IBM PC compatibles"
maintainer="a dinosaur <nick@a-dinosaur.com>"
license="GPL-2.0-or-later"
homepage="https://pcem-emulator.co.uk"
_distfile="PCemV${version}Linux.tar.gz"
distfiles="${homepage}/files/${_distfile}"
checksum=45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499

do_extract() {
bsdtar -xf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_distfile}" -C ${wrksrc}
}

pre_configure() {
autoreconf -if
}

post_install() {
vdoc readme.txt
vdoc Readme-LINUX.txt
}

0 comments on commit e7b7e9b

Please sign in to comment.