[arch-commits] Commit in patchelf/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Fri May 27 16:17:44 UTC 2016


    Date: Friday, May 27, 2016 @ 18:17:44
  Author: anthraxx
Revision: 177303

archrelease: copy trunk to community-i686, community-x86_64

Added:
  patchelf/repos/community-i686/PKGBUILD
    (from rev 177302, patchelf/trunk/PKGBUILD)
  patchelf/repos/community-x86_64/PKGBUILD
    (from rev 177302, patchelf/trunk/PKGBUILD)
Deleted:
  patchelf/repos/community-i686/PKGBUILD
  patchelf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------
 community-x86_64/PKGBUILD |   28 ----------------
 3 files changed, 74 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-27 16:17:35 UTC (rev 177302)
+++ community-i686/PKGBUILD	2016-05-27 16:17:44 UTC (rev 177303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.8
-pkgrel=2
-pkgdesc="A small utility to modify the dynamic linker and RPATH of ELF executables"
-arch=('i686' 'x86_64')
-url="http://nixos.org/patchelf.html"
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.gz")
-md5sums=('407b229e6a681ffb0e2cdd5915cb2d01')
-sha256sums=('14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patchelf/repos/community-i686/PKGBUILD (from rev 177302, patchelf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-27 16:17:44 UTC (rev 177303)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.9
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF executables'
+url='https://nixos.org/patchelf.html'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
+sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-27 16:17:35 UTC (rev 177302)
+++ community-x86_64/PKGBUILD	2016-05-27 16:17:44 UTC (rev 177303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.8
-pkgrel=2
-pkgdesc="A small utility to modify the dynamic linker and RPATH of ELF executables"
-arch=('i686' 'x86_64')
-url="http://nixos.org/patchelf.html"
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.gz")
-md5sums=('407b229e6a681ffb0e2cdd5915cb2d01')
-sha256sums=('14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patchelf/repos/community-x86_64/PKGBUILD (from rev 177302, patchelf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-27 16:17:44 UTC (rev 177303)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.9
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF executables'
+url='https://nixos.org/patchelf.html'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
+sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list