Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
659
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!27409
The source project of this merge request has been removed.
testing/pcem: new aport
Closed
testing/pcem: new aport
(removed):pcem
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Vladimir Luzan
requested to merge
(removed):pcem
into
master
3 years ago
Overview
0
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4b3bc8e7
2 commits,
3 years ago
2 files
+
63
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
testing/pcem/APKBUILD
0 → 100644
+
26
−
0
Options
# Contributor: Vladimir Luzan <vluzan@disroot.org>
# Maintainer: Vladimir Luzan <vluzan@disroot.org>
pkgname
=
pcem
pkgver
=
17
pkgrel
=
0
pkgdesc
=
"Retro PC emulator"
url
=
"http://pcem-emulator.co.uk"
arch
=
"all !aarch64 !armv7 !armhf !ppc64le !s390x !x86 !mips !mips64 !riscv64"
license
=
"GPL-2.0"
makedepends
=
"wxgtk-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
source
=
"http://pcem-emulator.co.uk/files/PCemV"
$pkgver
"Linux.tar.gz"
builddir
=
"
$srcdir
/"
build
()
{
autoreconf
./configure
--enable-alsa
--enable-release-build
--enable-networking
--prefix
=
/usr
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
6d84c8cbe9b6116f6439f542ac08139cfc5652a34b615a1ed841a6f8c227e77f1d26573ec35d57511b9a69e7472fbe51f2abb9307f8f8c1207c74fbe8107cadd PCemV17Linux.tar.gz
"
Loading