Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/libx86emu/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
pkgbase = libx86emu
gives = libx86emu3
pkgver = 3.5
pkgver = 3.7
pkgdesc = x86 emulation library
url = https://github.com/wfeldt/libx86emu
arch = amd64
pacdeps = setconf
provides = libx86emu-dev
maintainer = xdavius <xdavius@github.com>
source = git+https://github.com/wfeldt/libx86emu#tag=3.5
sha256sums = SKIP
source = git+https://github.com/wfeldt/libx86emu#tag=3.7

pkgname = libx86emu
9 changes: 4 additions & 5 deletions packages/libx86emu/libx86emu.pacscript
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
pkgname="libx86emu"
gives=("libx86emu3")
provides=("libx86emu-dev")
pkgver="3.5"
pkgver="3.7"
pkgdesc='x86 emulation library'
arch=("amd64")
url='https://github.com/wfeldt/libx86emu'
pacdeps=("setconf")
source=("git+https://github.com/wfeldt/libx86emu#tag=${pkgver}")
sha256sums=('SKIP')
maintainer=("xdavius <xdavius@github.com>")
external_connection=true

prepare() {
setconf "${pkgname}"/Makefile \
setconf "${pkgname}/Makefile" \
CFLAGS="${CFLAGS}0 -shared -fPIC -fvisibility=hidden -fomit-frame-pointer -w" \
LDFLAGS="-Wl,-shared"
}

build() {
make -C "${pkgname}" LIBDIR=/usr/lib
make -C "${pkgname}" LIBDIR=/usr/lib -j"${NCPU}"
}

package() {
make -C "${pkgname}" LIBDIR=/usr/lib DESTDIR="${pkgdir}" install
install -Dm644 "${pkgname}"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
5 changes: 2 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -7431,15 +7431,14 @@ pkgname = libwebrtc-audio-processing1-deb
---
pkgbase = libx86emu
gives = libx86emu3
pkgver = 3.5
pkgver = 3.7
pkgdesc = x86 emulation library
url = https://github.com/wfeldt/libx86emu
arch = amd64
pacdeps = setconf
provides = libx86emu-dev
maintainer = xdavius <xdavius@github.com>
source = git+https://github.com/wfeldt/libx86emu#tag=3.5
sha256sums = SKIP
source = git+https://github.com/wfeldt/libx86emu#tag=3.7

pkgname = libx86emu
---
Expand Down