20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'prelink'
|
|
pkgname=prelink
|
|
version=20130503
|
|
revision=4
|
|
# uses error.h everywhere
|
|
archs="~*-musl"
|
|
wrksrc=prelink
|
|
build_style=gnu-configure
|
|
makedepends="elfutils-devel"
|
|
short_desc="ELF prelinking utility to speed up dynamic linking"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2"
|
|
homepage="http://people.redhat.com/jakub/prelink/"
|
|
distfiles="http://people.redhat.com/jakub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0
|
|
configure_args="--sbindir=/usr/bin"
|
|
|
|
post_install() {
|
|
vconf doc/prelink.conf
|
|
}
|