summaryrefslogtreecommitdiff
path: root/community/chrpath
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
commitc183da9d3df5445f5021cd6563012ba2abfc393e (patch)
tree825211c0af8ca26a450f4bdeeb58ccfbb88e13df /community/chrpath
parent4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff)
Thu Mar 6 03:38:39 UTC 2014
Diffstat (limited to 'community/chrpath')
-rw-r--r--community/chrpath/PKGBUILD19
1 files changed, 14 insertions, 5 deletions
diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD
index c978d17a9..515c67e16 100644
--- a/community/chrpath/PKGBUILD
+++ b/community/chrpath/PKGBUILD
@@ -1,17 +1,26 @@
-# $Id: PKGBUILD 55552 2011-09-14 09:27:16Z andrea $
+# $Id: PKGBUILD 106515 2014-03-05 11:39:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=chrpath
-pkgver=0.13
-pkgrel=3
+pkgver=0.16
+pkgrel=1
pkgdesc="Change or delete the rpath or runpath in ELF files"
arch=('i686' 'x86_64')
url="http://directory.fsf.org/project/chrpath/"
license=('GPL2')
depends=('glibc')
-source=("http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b73072a8fbba277558c50364b65bb407')
+source=("https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz")
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
+
+prepare() {
+ cd "${srcdir}"/$pkgname-$pkgver
+# rm -f config.guess
+# aclocal
+# libtoolize
+# automake --add-missing
+# autoconf
+}
build() {
cd "${srcdir}"/$pkgname-$pkgver