[arch-commits] Commit in chrpath/repos (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Mar 5 11:39:42 UTC 2014
Date: Wednesday, March 5, 2014 @ 12:39:42
Author: spupykin
Revision: 106515
archrelease: copy trunk to community-i686, community-x86_64
Added:
chrpath/repos/community-i686/PKGBUILD
(from rev 106514, chrpath/trunk/PKGBUILD)
chrpath/repos/community-x86_64/PKGBUILD
(from rev 106514, chrpath/trunk/PKGBUILD)
Deleted:
chrpath/repos/community-i686/PKGBUILD
chrpath/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 25 ----------------
community-x86_64/PKGBUILD | 25 ----------------
3 files changed, 68 insertions(+), 50 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-05 11:39:25 UTC (rev 106514)
+++ community-i686/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -1,25 +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.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
-}
Copied: chrpath/repos/community-i686/PKGBUILD (from rev 106514, chrpath/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -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=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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-03-05 11:39:25 UTC (rev 106514)
+++ community-x86_64/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -1,25 +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.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
-}
Copied: chrpath/repos/community-x86_64/PKGBUILD (from rev 106514, chrpath/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -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=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
+}
More information about the arch-commits
mailing list