Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / prelink / prelink_20040304.oe
1 SECTION = "devel"
2 DEPENDS = "elfutils "
3 DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \
4 and executables, so that far fewer relocations need to be resolved at \
5 runtime and thus programs come up faster."
6
7 SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \
8            file://prelink.conf \
9            file://prelink.cron.daily \
10            file://prelink.default"
11 S = "${WORKDIR}/prelink-0.0.${PV}"
12
13 inherit autotools 
14
15 do_install_append () {
16         install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default
17         install -m 0644 ${WORKDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf
18         install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink
19         install -m 0644 ${WORKDIR}/prelink.default ${D}/${sysconfdir}/default/prelink
20 }