[arch-commits] Commit in libx86emu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at gemini.archlinux.org
Mon Apr 25 00:46:10 UTC 2022
Date: Monday, April 25, 2022 @ 00:46:10
Author: allan
Revision: 1189754
archrelease: copy trunk to community-x86_64
Added:
libx86emu/repos/community-x86_64/PKGBUILD
(from rev 1189753, libx86emu/trunk/PKGBUILD)
Deleted:
libx86emu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-25 00:45:53 UTC (rev 1189753)
+++ PKGBUILD 2022-04-25 00:46:10 UTC (rev 1189754)
@@ -1,30 +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.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"
-}
Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 1189753, libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-25 00:46:10 UTC (rev 1189754)
@@ -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=2
+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