Date: Sunday, March 12, 2023 @ 15:06:55
  Author: jelle
Revision: 1419301

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 15:06:49 UTC (rev 1419300)
+++ PKGBUILD    2023-03-12 15:06:55 UTC (rev 1419301)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# 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"
-}

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 1419300, 
libx86emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 15:06:55 UTC (rev 1419301)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Kaiting Chen <[email protected]>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=3.5
+pkgrel=3
+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"
+}

Reply via email to