[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Apr 26 22:56:01 UTC 2014


    Date: Sunday, April 27, 2014 @ 00:56:00
  Author: dwallace
Revision: 110204

move patchelf to community

Added:
  patchelf/
  patchelf/repo/
  patchelf/trunk/
  patchelf/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: patchelf/trunk/PKGBUILD
===================================================================
--- patchelf/trunk/PKGBUILD	                        (rev 0)
+++ patchelf/trunk/PKGBUILD	2014-04-26 22:56:00 UTC (rev 110204)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.8
+pkgrel=1
+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:


Property changes on: patchelf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list