[arch-commits] Commit in libx86emu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Feb 6 13:47:13 UTC 2020


    Date: Thursday, February 6, 2020 @ 13:47:13
  Author: arodseth
Revision: 563628

archrelease: copy trunk to community-x86_64

Added:
  libx86emu/repos/community-x86_64/PKGBUILD
    (from rev 563627, libx86emu/trunk/PKGBUILD)
Deleted:
  libx86emu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-06 13:47:06 UTC (rev 563627)
+++ PKGBUILD	2020-02-06 13:47:13 UTC (rev 563628)
@@ -1,33 +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=2.4
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=(x86_64)
-url='https://github.com/wfeldt/libx86emu'
-license=(BSD)
-makedepends=(git setconf)
-source=("git+https://github.com/wfeldt/libx86emu#tag=$pkgver")
-md5sums=('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
-# vim: ts=2 sw=2 et:

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 563627, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-06 13:47:13 UTC (rev 563628)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=3.1
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=(x86_64)
+url='https://github.com/wfeldt/libx86emu'
+license=(BSD)
+makedepends=(git setconf)
+source=("git+$url#commit=0aed125dcc2214ccf9e1a52e9925ae654cefbaf1") # 3.1
+sha256sums=('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
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list