Another pass of .oe cleanups.
[openembedded.git] / popt / popt_1.7.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "The popt library exists essentially \
4 for parsing command line options."
5
6 SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
7            file://${FILESDIR}/m4.patch;patch=1"
8
9 inherit autotools libtool
10
11 do_stage () {
12         oe_soinstall .libs/libpopt.so.0.0.0 ${STAGING_LIBDIR}/
13         install -m 0644 .libs/libpopt.a ${STAGING_LIBDIR}/
14         install -m 0644 .libs/libpopt.lai ${STAGING_LIBDIR}/libpopt.la
15         install -m 0644 popt.h ${STAGING_INCDIR}/
16 }