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