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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 23:00:37 UTC 2022


    Date: Sunday, April 24, 2022 @ 23:00:36
  Author: allan
Revision: 1189692

archrelease: copy trunk to community-x86_64

Added:
  elfkickers/repos/community-x86_64/PKGBUILD
    (from rev 1189691, elfkickers/trunk/PKGBUILD)
Deleted:
  elfkickers/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 23:00:18 UTC (rev 1189691)
+++ PKGBUILD	2022-04-24 23:00:36 UTC (rev 1189692)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Mikko Sysikaski <mikko.sysikaski at gmail.com>
-
-pkgname=elfkickers
-pkgver=3.2
-pkgrel=1
-pkgdesc='Collection of ELF utilities (includes sstrip)'
-arch=(x86_64)
-url='https://www.muppetlabs.com/~breadbox/software/elfkickers.html'
-license=(GPL)
-makedepends=(setconf)
-source=("https://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz")
-b2sums=('d9ed0c6a2a782e7178480436d526674661af1f625788a28c8e41b97cabb1412f083b492fd36778de17ded7d123003dde878a45af9a63cf7c1e7bff860dc3a0d1')
-
-prepare() {
-  for tool in elftoc objres; do
-    setconf ELFkickers-$pkgver/$tool/Makefile CFLAGS "-O2 -I ../elfrw $CFLAGS -Wl,-z,relro,-z,now"
-    setconf ELFkickers-$pkgver/$tool/Makefile LDFLAGS "$LDFLAGS -z,relro,-z,now"
-  done
-}
-
-build() {
-  make -C ELFkickers-$pkgver -j1
-}
-
-package() {
-  install -d "$pkgdir/usr/"{bin,share/man/man1}
-  make -C ELFkickers-$pkgver prefix="$pkgdir/usr" install -j1
-}

Copied: elfkickers/repos/community-x86_64/PKGBUILD (from rev 1189691, elfkickers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 23:00:36 UTC (rev 1189692)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Mikko Sysikaski <mikko.sysikaski at gmail.com>
+
+pkgname=elfkickers
+pkgver=3.2
+pkgrel=2
+pkgdesc='Collection of ELF utilities (includes sstrip)'
+arch=(x86_64)
+url='https://www.muppetlabs.com/~breadbox/software/elfkickers.html'
+license=(GPL)
+makedepends=(setconf)
+source=("https://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz")
+b2sums=('d9ed0c6a2a782e7178480436d526674661af1f625788a28c8e41b97cabb1412f083b492fd36778de17ded7d123003dde878a45af9a63cf7c1e7bff860dc3a0d1')
+
+prepare() {
+  for tool in elftoc objres; do
+    setconf ELFkickers-$pkgver/$tool/Makefile CFLAGS "-O2 -I ../elfrw $CFLAGS -Wl,-z,relro,-z,now"
+    setconf ELFkickers-$pkgver/$tool/Makefile LDFLAGS "$LDFLAGS -z,relro,-z,now"
+  done
+}
+
+build() {
+  make -C ELFkickers-$pkgver -j1
+}
+
+package() {
+  install -d "$pkgdir/usr/"{bin,share/man/man1}
+  make -C ELFkickers-$pkgver prefix="$pkgdir/usr" install -j1
+}



More information about the arch-commits mailing list