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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jun 5 13:25:22 UTC 2014


    Date: Thursday, June 5, 2014 @ 15:25:22
  Author: arodseth
Revision: 112718

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

Deleted:
  prelink/repos/community-i686/PKGBUILD
  prelink/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   38 --------------------------------------
 community-x86_64/PKGBUILD |   38 --------------------------------------
 2 files changed, 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-05 13:25:11 UTC (rev 112717)
+++ community-i686/PKGBUILD	2014-06-05 13:25:22 UTC (rev 112718)
@@ -1,38 +0,0 @@
-# $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')
-backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2"
-        'prelink.conf')
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-            '01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
-
-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
-  install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-05 13:25:11 UTC (rev 112717)
+++ community-x86_64/PKGBUILD	2014-06-05 13:25:22 UTC (rev 112718)
@@ -1,38 +0,0 @@
-# $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')
-backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2"
-        'prelink.conf')
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-            '01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
-
-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
-  install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
-}
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list