mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
prelink: remove long_desc.
This commit is contained in:
parent
935b9354ee
commit
cef01c1c73
1 changed files with 2 additions and 7 deletions
|
@ -1,18 +1,13 @@
|
||||||
# Template file for 'prelink'
|
# Template file for 'prelink'
|
||||||
pkgname=prelink
|
pkgname=prelink
|
||||||
version=20111012
|
version=20111012
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=prelink
|
wrksrc=prelink
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libelf-devel"
|
makedepends="libelf-devel"
|
||||||
short_desc="ELF prelinking utility to speed up dynamic linking."
|
short_desc="ELF prelinking utility to speed up dynamic linking"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://people.redhat.com/jakub/prelink/"
|
homepage="http://people.redhat.com/jakub/prelink/"
|
||||||
distfiles="http://people.redhat.com/jakub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://people.redhat.com/jakub/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b86df2e6c051176da711a85982b80d87c8ce8e053e04bd0ffb2f9ba817f62aaf
|
checksum=b86df2e6c051176da711a85982b80d87c8ce8e053e04bd0ffb2f9ba817f62aaf
|
||||||
long_desc="
|
|
||||||
prelink is a free program written by Jakub Jelínek of Red Hat for
|
|
||||||
POSIX-compliant operating systems, principally Linux (because it modifies ELF
|
|
||||||
executables). It is intended to speed up a system by reducing the time a
|
|
||||||
program needs to begin."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue