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

Alexander Rødseth arodseth at archlinux.org
Fri Nov 29 10:17:59 UTC 2019


    Date: Friday, November 29, 2019 @ 10:17:58
  Author: arodseth
Revision: 534336

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-29 10:17:53 UTC (rev 534335)
+++ PKGBUILD	2019-11-29 10:17:58 UTC (rev 534336)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Mikko Sysikaski <mikko.sysikaski at gmail.com>
-
-pkgname=elfkickers
-pkgver=3.1
-pkgrel=3
-pkgdesc='Collection of ELF utilities (includes sstrip)'
-arch=(x86_64)
-url='https://www.muppetlabs.com/~breadbox/software/elfkickers.html'
-license=(GPL)
-makedepends=(setconf)
-depends=(glibc)
-source=("https://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz")
-sha256sums=('6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58')
-
-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
-}
-
-# vim: ts=2 sw=2 et:

Copied: elfkickers/repos/community-x86_64/PKGBUILD (from rev 534335, elfkickers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-29 10:17:58 UTC (rev 534336)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Mikko Sysikaski <mikko.sysikaski at gmail.com>
+
+pkgname=elfkickers
+pkgver=3.1a
+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")
+sha256sums=('06430880aaf4919c5f99fc629da7000347421668c2cf32bced2d401aac276508')
+
+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
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list