[arch-commits] Commit in libx86emu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Thu Nov 11 11:16:57 UTC 2021
Date: Thursday, November 11, 2021 @ 11:16:57
Author: arodseth
Revision: 1041975
archrelease: copy trunk to community-x86_64
Added:
libx86emu/repos/community-x86_64/PKGBUILD
(from rev 1041974, libx86emu/trunk/PKGBUILD)
Deleted:
libx86emu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-11 11:16:52 UTC (rev 1041974)
+++ PKGBUILD 2021-11-11 11:16:57 UTC (rev 1041975)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
-
-pkgname=libx86emu
-pkgver=3.3
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=(x86_64)
-url='https://github.com/wfeldt/libx86emu'
-license=(BSD)
-makedepends=(git setconf)
-source=("git+$url#commit=7638b5256350a24b4efbf691ebe49a301ceaf4f2") # tag: 3.3
-b2sums=('SKIP')
-
-prepare() {
- sed -i 's/-shared -Wl/-shared '"$LDFLAGS"'/g' $pkgname/Makefile
- setconf $pkgname/Makefile \
- CFLAGS="$CFLAGS -shared -fPIC -fvisibility=hidden -fomit-frame-pointer -w"
-}
-
-build() {
- make -C $pkgname LIBDIR=/usr/lib
-}
-
-package() {
- make -C $pkgname LIBDIR=/usr/lib DESTDIR="$pkgdir" install
- install -Dm644 $pkgname/LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/wfeldt/libx86emu/releases
Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 1041974, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-11 11:16:57 UTC (rev 1041975)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=3.4
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=(x86_64)
+url='https://github.com/wfeldt/libx86emu'
+license=(BSD)
+makedepends=(git setconf)
+source=("git+$url#commit=b0b9bb85220f0bbb033b822cc807009261f94e8b") # tag: 3.4
+b2sums=('SKIP')
+
+prepare() {
+ sed -i 's/-shared -Wl/-shared '"$LDFLAGS"'/g' $pkgname/Makefile
+ setconf $pkgname/Makefile \
+ CFLAGS="$CFLAGS -shared -fPIC -fvisibility=hidden -fomit-frame-pointer -w"
+}
+
+build() {
+ make -C $pkgname LIBDIR=/usr/lib
+}
+
+package() {
+ make -C $pkgname LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+ install -Dm644 $pkgname/LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/wfeldt/libx86emu/releases
More information about the arch-commits
mailing list