prelink: add config file

This commit is contained in:
Toyam Cox 2016-08-14 00:08:49 -04:00
parent 77fe047106
commit 200af41e57

View file

@ -1,7 +1,7 @@
# Template file for 'prelink'
pkgname=prelink
version=20130503
revision=3
revision=4
wrksrc=prelink
build_style=gnu-configure
makedepends="elfutils-devel"
@ -12,3 +12,7 @@ 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
}