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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Nov 19 11:58:46 UTC 2013


    Date: Tuesday, November 19, 2013 @ 12:58:45
  Author: spupykin
Revision: 101198

Modified:
  chrpath/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-19 11:30:58 UTC (rev 101197)
+++ PKGBUILD	2013-11-19 11:58:45 UTC (rev 101198)
@@ -4,7 +4,7 @@
 
 pkgname=chrpath
 pkgver=0.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Change or delete the rpath or runpath in ELF files"
 arch=('i686' 'x86_64')
 url="http://directory.fsf.org/project/chrpath/"
@@ -13,6 +13,14 @@
 source=("http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('b73072a8fbba277558c50364b65bb407')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  rm -f config.guess
+  libtoolize
+  automake --add-missing
+  autoconf
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man




More information about the arch-commits mailing list