First pass of .oe cleanups.
[openembedded.git] / prelink / prelink_20031029.oe
1 DEPENDS = "elfutils virtual/libc"
2 RDEPENDS = "elfutils libc6"
3
4 SRC_URI = ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \
5           file://${FILESDIR}/dso.c.patch;patch=1 \
6           file://${FILESDIR}/layout.c.patch;patch=1 \
7           file://${FILESDIR}/Makefile.in.patch;patch=1 \
8           file://${FILESDIR}/prelink.h.patch;patch=1 \
9           file://${FILESDIR}/ts.Makefile.am.patch;patch=1 \
10           file://${FILESDIR}/ts.Makefile.in.patch;patch=1
11 S = "${WORKDIR}/prelink"
12
13 inherit autotools libtool
14
15 do_install_append () {
16         install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default
17         oe_machinstall -m 0644 ${FILESDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf
18         oe_machinstall -m 0644 ${FILESDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink
19         oe_machinstall -m 0644 ${FILESDIR}/prelink.default ${D}/${sysconfdir}/default/prelink
20 }