e80305c9830eba4a152138c5a2c5d5fc22b3ae09
[vuplus_openembedded] / libtool / libtool_1.5.oe
1 DESCRIPTION = Generic library support script\
2  This is GNU libtool, a generic library support script.  Libtool hides\
3  the complexity of generating special library types (such as shared\
4  libraries) behind a consistent interface.  To use libtool, add the\
5  new generic library building commands to your Makefile, Makefile.in,\
6  or Makefile.am.  See the documentation for details.  Libtool supports\
7  building static libraries on all platforms.\
8  Libtool supports generation of C, C++ and Java libraries.
9
10 SRC_URI = http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-1.5.tar.gz
11 S = "${WORKDIR}/${P}"
12
13 inherit autotools
14
15 do_configure_prepend () {
16         ./bootstrap
17 }