Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / libtool / libtool_1.4.3.oe
1 LICENSE = GPL
2 SECTION = "devel"
3 PR = "r0"
4
5 DESCRIPTION = "Generic library support script \
6 This is GNU libtool, a generic library support script.  Libtool hides \
7 the complexity of generating special library types (such as shared \
8 libraries) behind a consistent interface."
9
10 SRC_URI = "${DEBIAN_MIRROR}/main/libt/libtool/libtool_${PV}.orig.tar.gz \
11            file://debian.patch;patch=1 \
12            file://libdir.patch;patch=1 \
13            file://sedvar.patch;patch=1 \
14            file://libtoolize-staging.patch;patch=1"
15 S = "${WORKDIR}/libtool-${PV}"
16
17 inherit autotools
18
19 EXTRA_OECONF = "--disable-ltdl-install"
20 do_configure_prepend () {
21         ./bootstrap
22 }