prelink: moved to contrib

This commit is contained in:
Tim Biermann 2023-08-19 11:33:50 +02:00
parent ec5d0db006
commit f4733b2ff5
4 changed files with 0 additions and 80 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root etc/
-rwxr-xr-x root/root etc/prelink.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/execstack
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/prelink
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/execstack.8.gz
-rw-r--r-- root/root usr/share/man/man8/prelink.8.gz

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aSmacO8G828Hg2pDYOZpcZveDgXy10xpawdJ7OW1z9t1UAyhusT+6jksS4qvBDybDPn3Qv3Omlo/vcagSgMbw0=
SHA256 (Pkgfile) = e11fd610ee0ff68da54172b484ac51e71d06cae291d049ef39f1fd3b79fdc953
SHA256 (.footprint) = 77ea0b5420f04155bc49ef5e1bac88e991aa5509d7b428d3dfc6443768d4ffd6
SHA256 (prelink-20130503.tar.bz2) = 6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0
SHA256 (prelink.conf) = e5a2ad10877107f84f6e223e21f531eadce18be220017da2d6da2a503c80615f

View File

@ -1,24 +0,0 @@
# Description: Modifies ELFs to avoid runtime symbol resolutions resulting in faster load times.
# URL: http://people.redhat.com/jakub/prelink/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: elfutils
name=prelink
version=20130503
release=1
source=(http://people.redhat.com/jakub/prelink/$name-$version.tar.bz2
prelink.conf)
build() {
cd $name
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--disable-debug
make
make DESTDIR=$PKG install
install -D $SRC/prelink.conf $PKG/etc/prelink.conf
}

View File

@ -1,38 +0,0 @@
# This config file contains a list of directories both with binaries
# and libraries prelink should consider by default.
# If a directory name is prefixed with `-l ', the directory hierarchy
# will be walked as long as filesystem boundaries are not crossed.
# If a directory name is prefixed with `-h ', symbolic links in a
# directory hierarchy are followed.
# Directories or files with `-b ' prefix will be blacklisted.
-b *.la
-b *.png
-b *.py
-b *.pl
-b *.pm
-b *.sh
-b *.xml
-b *.xslt
-b *.a
-b *.js
-b /lib/modules
-b /usr/lib/locale
-b /usr/X11R6/lib{,64}/X11/xfig
-l /bin
-l /usr/bin
-l /sbin
-l /usr/sbin
-l /usr/X11R6/bin
-l /usr/kerberos/bin
-l /usr/games
-l /usr/libexec
-l /usr/lib/qt
-l /usr/lib/kde3
-l /var/ftp/bin
-l /lib{,64}
-l /usr/lib{,64}
-l /usr/X11R6/lib{,64}
-l /usr/kerberos/lib{,64}
-l /usr/X11R6/LessTif
-l /var/ftp/lib{,64}
-b /usr/lib/wine