[arch-commits] Commit in chrpath/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:34:21 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:34:20
  Author: felixonmars
Revision: 658514

archrelease: copy trunk to community-staging-x86_64

Added:
  chrpath/repos/community-staging-x86_64/
  chrpath/repos/community-staging-x86_64/PKGBUILD
    (from rev 658513, chrpath/trunk/PKGBUILD)

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

Copied: chrpath/repos/community-staging-x86_64/PKGBUILD (from rev 658513, chrpath/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:34:20 UTC (rev 658514)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=chrpath
+pkgver=0.16
+pkgrel=3
+pkgdesc="Change or delete the rpath or runpath in ELF files"
+arch=('x86_64')
+url="https://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