[arch-commits] Commit in chrpath/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 4 19:09:02 UTC 2018


    Date: Monday, June 4, 2018 @ 19:09:01
  Author: arojas
Revision: 340438

archrelease: copy trunk to community-x86_64

Added:
  chrpath/repos/community-x86_64/PKGBUILD
    (from rev 340437, chrpath/trunk/PKGBUILD)
Deleted:
  chrpath/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 19:08:42 UTC (rev 340437)
+++ PKGBUILD	2018-06-04 19:09:01 UTC (rev 340438)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
-
-pkgname=chrpath
-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=("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
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" docdir=/usr/share/doc/chrpath install
-}

Copied: chrpath/repos/community-x86_64/PKGBUILD (from rev 340437, chrpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 19:09:01 UTC (rev 340438)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=chrpath
+pkgver=0.16
+pkgrel=2
+pkgdesc="Change or delete the rpath or runpath in ELF files"
+arch=('x86_64')
+url="http://directory.fsf.org/project/chrpath/"
+license=('GPL2')
+depends=('glibc')
+source=("http://http.debian.net/debian/pool/main/c/chrpath/chrpath_$pkgver.orig.tar.gz")
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+#  rm -f config.guess
+#  aclocal
+#  libtoolize
+#  automake --add-missing
+#  autoconf
+}
+
+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
+}



More information about the arch-commits mailing list