[arch-commits] Commit in prelink/repos (6 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 26 14:42:43 UTC 2014


    Date: Monday, May 26, 2014 @ 16:42:43
  Author: arodseth
Revision: 111908

archrelease: copy trunk to community-x86_64, community-i686

Added:
  prelink/repos/community-i686/PKGBUILD
    (from rev 111907, prelink/trunk/PKGBUILD)
  prelink/repos/community-x86_64/PKGBUILD
    (from rev 111907, prelink/trunk/PKGBUILD)
Deleted:
  prelink/repos/community-i686/PKGBUILD
  prelink/repos/community-i686/prelink.conf
  prelink/repos/community-x86_64/PKGBUILD
  prelink/repos/community-x86_64/prelink.conf

-------------------------------+
 /PKGBUILD                     |   68 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   35 --------------------
 community-i686/prelink.conf   |    8 ----
 community-x86_64/PKGBUILD     |   35 --------------------
 community-x86_64/prelink.conf |    8 ----
 5 files changed, 68 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-26 14:42:34 UTC (rev 111907)
+++ community-i686/PKGBUILD	2014-05-26 14:42:43 UTC (rev 111908)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=1
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('i686' 'x86_64')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/prelink/${pkgname}-${pkgver}.tar.bz2"
-        'prelink.conf')
-sha1sums=('eff86cb26f0cc174486769527286cc388d5216b0'
-          'b83bd2d3505076151aa13d40de3d5c08a04440c7')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin
-  make
-}
-
-check() {
-  cd ${pkgname}
-  make check
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/prelink.conf" "${pkgdir}/etc/prelink.conf"
-}

Copied: prelink/repos/community-i686/PKGBUILD (from rev 111907, prelink/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-26 14:42:43 UTC (rev 111908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+
+pkgname=prelink
+pkgver=20130503
+pkgrel=2
+pkgdesc='ELF prelinking utility to speed up dynamic linking'
+arch=('x86_64' 'i686')
+url='http://people.redhat.com/jakub/prelink/'
+license=('GPL')
+depends=('elfutils')
+makedepends=('elfutils' 'libtool')
+source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0')
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin --disable-static --with-gnu-ld
+  make
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/prelink.conf
===================================================================
--- community-i686/prelink.conf	2014-05-26 14:42:34 UTC (rev 111907)
+++ community-i686/prelink.conf	2014-05-26 14:42:43 UTC (rev 111908)
@@ -1,8 +0,0 @@
-# System
-/usr/lib
-/usr/bin
-
-# KDE3
-/opt/kde/lib
-/opt/kde/bin
-/opt/kde/share

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-26 14:42:34 UTC (rev 111907)
+++ community-x86_64/PKGBUILD	2014-05-26 14:42:43 UTC (rev 111908)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=1
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('i686' 'x86_64')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/prelink/${pkgname}-${pkgver}.tar.bz2"
-        'prelink.conf')
-sha1sums=('eff86cb26f0cc174486769527286cc388d5216b0'
-          'b83bd2d3505076151aa13d40de3d5c08a04440c7')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin
-  make
-}
-
-check() {
-  cd ${pkgname}
-  make check
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/prelink.conf" "${pkgdir}/etc/prelink.conf"
-}

Copied: prelink/repos/community-x86_64/PKGBUILD (from rev 111907, prelink/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-26 14:42:43 UTC (rev 111908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+
+pkgname=prelink
+pkgver=20130503
+pkgrel=2
+pkgdesc='ELF prelinking utility to speed up dynamic linking'
+arch=('x86_64' 'i686')
+url='http://people.redhat.com/jakub/prelink/'
+license=('GPL')
+depends=('elfutils')
+makedepends=('elfutils' 'libtool')
+source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0')
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin --disable-static --with-gnu-ld
+  make
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/prelink.conf
===================================================================
--- community-x86_64/prelink.conf	2014-05-26 14:42:34 UTC (rev 111907)
+++ community-x86_64/prelink.conf	2014-05-26 14:42:43 UTC (rev 111908)
@@ -1,8 +0,0 @@
-# System
-/usr/lib
-/usr/bin
-
-# KDE3
-/opt/kde/lib
-/opt/kde/bin
-/opt/kde/share




More information about the arch-commits mailing list