]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/prelink/prelink_20040520.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / prelink / prelink_20040520.bb
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 LICENSE = "GPL"
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 }