[arch-commits] Commit in libx86emu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Fri Aug 27 10:28:05 UTC 2021
Date: Friday, August 27, 2021 @ 10:28:04
Author: arodseth
Revision: 1007329
archrelease: copy trunk to community-x86_64
Added:
libx86emu/repos/community-x86_64/PKGBUILD
(from rev 1007328, libx86emu/trunk/PKGBUILD)
Deleted:
libx86emu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-27 10:27:47 UTC (rev 1007328)
+++ PKGBUILD 2021-08-27 10:28:04 UTC (rev 1007329)
@@ -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=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:
Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 1007328, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-27 10:28:04 UTC (rev 1007329)
@@ -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.2
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=(x86_64)
+url='https://github.com/wfeldt/libx86emu'
+license=(BSD)
+makedepends=(git setconf)
+source=("git+$url#commit=62222523eb5a7f7c3d9cbae2282028791c31d815") # tag: 3.2
+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