First pass of .oe cleanups.
[openembedded.git] / libtool / libtool_1.4.3.oe
1 PR = "r0"
2
3 DESCRIPTION = "Generic library support script\
4  This is GNU libtool, a generic library support script.  Libtool hides\
5  the complexity of generating special library types (such as shared\
6  libraries) behind a consistent interface.  To use libtool, add the\
7  new generic library building commands to your Makefile, Makefile.in,\
8  or Makefile.am.  See the documentation for details.  Libtool supports\
9  building static libraries on all platforms.\
10  Libtool supports generation of C, C++ and Java libraries.
11
12 DEPENDS=
13
14 SRC_URI = ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}.orig.tar.gz \
15           file://${FILESDIR}/debian.patch;patch=1 \
16           file://${FILESDIR}/libdir.patch;patch=1 \
17           file://${FILESDIR}/sedvar.patch;patch=1 \
18           file://${FILESDIR}/libtoolize-staging.patch;patch=1
19 S = "${WORKDIR}/${P}"
20
21 inherit autotools
22
23 EXTRA_OECONF = --disable-ltdl-install
24 do_configure_prepend () {
25         ./bootstrap
26 }