[arch-commits] Commit in libx86emu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Nov 30 17:39:33 UTC 2021
Date: Tuesday, November 30, 2021 @ 17:39:33
Author: arodseth
Revision: 1057869
archrelease: copy trunk to community-x86_64
Added:
libx86emu/repos/community-x86_64/PKGBUILD
(from rev 1057868, libx86emu/trunk/PKGBUILD)
Deleted:
libx86emu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 30 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-30 17:39:28 UTC (rev 1057868)
+++ PKGBUILD 2021-11-30 17:39:33 UTC (rev 1057869)
@@ -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.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
Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 1057868, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-30 17:39:33 UTC (rev 1057869)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=3.5
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=(x86_64)
+url='https://github.com/wfeldt/libx86emu'
+license=(BSD)
+makedepends=(git setconf)
+source=("git+$url#commit=41aaa2f246d362f6d7dea262052a43141743ead2") # tag: 3.5
+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"
+}
More information about the arch-commits
mailing list