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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 5 12:29:21 UTC 2019


    Date: Monday, August 5, 2019 @ 12:29:21
  Author: arodseth
Revision: 497485

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 12:29:16 UTC (rev 497484)
+++ PKGBUILD	2019-08-05 12:29:21 UTC (rev 497485)
@@ -1,23 +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=2
-pkgdesc='Collection of ELF utilities (includes sstrip)'
-arch=('x86_64')
-license=('GPL')
-source=("http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz")
-url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
-sha256sums=('6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58')
-
-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:set ts=2 sw=2 et:

Copied: elfkickers/repos/community-x86_64/PKGBUILD (from rev 497484, elfkickers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-05 12:29:21 UTC (rev 497485)
@@ -0,0 +1,32 @@
+# 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:



More information about the arch-commits mailing list