Enlightenment-x11 meta for building.
[vuplus_openembedded] / prelink / prelink_20040520.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 = "ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2"
8 S = "${WORKDIR}/prelink"
9
10 EXTRA_OECONF = "--disable-64bit"
11
12 inherit autotools 
13
14 do_install_append () {
15         install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default
16 }