[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2019-11-29 Thread Alexander Rødseth via arch-commits
Date: Friday, November 29, 2019 @ 10:56:41
  Author: arodseth
Revision: 534342

upgpkg: elfkickers 3.1.a-1

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 10:38:36 UTC (rev 534341)
+++ PKGBUILD2019-11-29 10:56:41 UTC (rev 534342)
@@ -2,7 +2,7 @@
 # Contributor: Mikko Sysikaski 
 
 pkgname=elfkickers
-pkgver=3.1a
+pkgver=3.1.a
 pkgrel=1
 pkgdesc='Collection of ELF utilities (includes sstrip)'
 arch=(x86_64)
@@ -9,23 +9,23 @@
 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;)
+source=("https://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${pkgver/.a/a}.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"
+setconf ELFkickers-${pkgver/.a/a}/$tool/Makefile CFLAGS "-O2 -I ../elfrw 
$CFLAGS -Wl,-z,relro,-z,now"
+setconf ELFkickers-${pkgver/.a/a}/$tool/Makefile LDFLAGS "$LDFLAGS 
-z,relro,-z,now"
   done
 }
 
 build() {
-  make -C ELFkickers-$pkgver -j1
+  make -C ELFkickers-${pkgver/.a/a} -j1
 }
 
 package() {
   install -d "$pkgdir/usr/"{bin,share/man/man1}
-  make -C ELFkickers-$pkgver prefix="$pkgdir/usr" install -j1
+  make -C ELFkickers-${pkgver/.a/a} prefix="$pkgdir/usr" install -j1
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2019-11-29 Thread Alexander Rødseth via arch-commits
Date: Friday, November 29, 2019 @ 10:17:53
  Author: arodseth
Revision: 534335

upgpkg: elfkickers 3.1a-1

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 10:09:41 UTC (rev 534334)
+++ PKGBUILD2019-11-29 10:17:53 UTC (rev 534335)
@@ -2,16 +2,15 @@
 # Contributor: Mikko Sysikaski 
 
 pkgname=elfkickers
-pkgver=3.1
-pkgrel=3
+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)
-depends=(glibc)
 
source=("https://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz;)
-sha256sums=('6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58')
+sha256sums=('06430880aaf4919c5f99fc629da7000347421668c2cf32bced2d401aac276508')
 
 prepare() {
   for tool in elftoc objres; do


[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2019-08-05 Thread Alexander Rødseth via arch-commits
Date: Monday, August 5, 2019 @ 12:29:16
  Author: arodseth
Revision: 497484

upgpkg: elfkickers 3.1-3

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 18 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-05 12:12:10 UTC (rev 497483)
+++ PKGBUILD2019-08-05 12:29:16 UTC (rev 497484)
@@ -1,23 +1,32 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Mikko Sysikaski 
 
 pkgname=elfkickers
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 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'
+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
+  make -C ELFkickers-$pkgver -j1
 }
 
 package() {
   install -d "$pkgdir/usr/"{bin,share/man/man1}
-  make -C "ELFkickers-$pkgver" prefix="$pkgdir/usr" install -j1
+  make -C ELFkickers-$pkgver prefix="$pkgdir/usr" install -j1
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 21:19:54
  Author: felixonmars
Revision: 404599

PIE/BUILDINFO rebuild

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:19:46 UTC (rev 404598)
+++ PKGBUILD2018-11-09 21:19:54 UTC (rev 404599)
@@ -3,7 +3,7 @@
 
 pkgname=elfkickers
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of ELF utilities (includes sstrip)'
 arch=('x86_64')
 license=('GPL')


[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2017-01-20 Thread Alexander Rødseth
Date: Friday, January 20, 2017 @ 23:42:45
  Author: arodseth
Revision: 208167

upgpkg: elfkickers 3.1-1

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-20 23:09:35 UTC (rev 208166)
+++ PKGBUILD2017-01-20 23:42:45 UTC (rev 208167)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Mikko Sysikaski 
 
 pkgname=elfkickers
-pkgver=3.0a
+pkgver=3.1
 pkgrel=1
 pkgdesc='Collection of ELF utilities (includes sstrip)'
 arch=('x86_64' 'i686')
@@ -10,16 +10,15 @@
 license=('GPL')
 
source=("http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz;)
 url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
-sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
+sha256sums=('6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58')
 
 build() {
-  make -j1 -C "ELFkickers-$pkgver"
+  make -C "ELFkickers-$pkgver" -j1
 }
 
 package() {
-  install -d "$pkgdir/usr/bin"
-  install -d "$pkgdir/usr/share/man/man1"
-  make -j1 -C "ELFkickers-$pkgver" prefix="$pkgdir/usr" install
+  install -d "$pkgdir/usr/"{bin,share/man/man1}
+  make -C "ELFkickers-$pkgver" prefix="$pkgdir/usr" install -j1
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in elfkickers/trunk (PKGBUILD)

2014-03-12 Thread Alexander Rødseth
Date: Wednesday, March 12, 2014 @ 12:03:11
  Author: arodseth
Revision: 107091

Added -j1 since some people had problems building the package.

Modified:
  elfkickers/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 10:57:30 UTC (rev 107090)
+++ PKGBUILD2014-03-12 11:03:11 UTC (rev 107091)
@@ -1,6 +1,7 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Mikko Sysikaski mikko.sysika...@gmail.com
+
 pkgname=elfkickers
 pkgver=3.0a
 pkgrel=1
@@ -12,13 +13,13 @@
 sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
 
 build() {
-  make -C ELFkickers-$pkgver
+  make -j1 -C ELFkickers-$pkgver
 }
 
 package() {
   install -d $pkgdir/usr/bin
   install -d $pkgdir/usr/share/man/man1
-  make -C ELFkickers-$pkgver prefix=$pkgdir/usr install
+  make -j1 -C ELFkickers-$pkgver prefix=$pkgdir/usr install
 }
 
 # vim:set ts=2 sw=2 et: