summaryrefslogtreecommitdiff
path: root/community/chrpath
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/chrpath
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/chrpath')
-rw-r--r--community/chrpath/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD
deleted file mode 100644
index c978d17a9..000000000
--- a/community/chrpath/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 55552 2011-09-14 09:27:16Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
-pkgname=chrpath
-pkgver=0.13
-pkgrel=3
-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')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR="${pkgdir}" docdir=/usr/share/doc/chrpath install
-}