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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 26 10:09:42 UTC 2019


    Date: Monday, August 26, 2019 @ 10:09:42
  Author: arodseth
Revision: 502110

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-26 10:09:37 UTC (rev 502109)
+++ PKGBUILD	2019-08-26 10:09:42 UTC (rev 502110)
@@ -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=2.3
-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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 502109, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-26 10:09:42 UTC (rev 502110)
@@ -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=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:



More information about the arch-commits mailing list