2009-12-27 15:48:58 +00:00
|
|
|
# Template file for 'libltdl'.
|
2009-04-21 23:56:22 +00:00
|
|
|
#
|
|
|
|
short_desc="Runtime libraries for GNU Libtool Dynamic Module Loader"
|
|
|
|
long_desc="
|
2009-12-27 15:48:58 +00:00
|
|
|
This package contains the GNU Libtool Dynamic Module Loader, a
|
2009-04-21 23:56:22 +00:00
|
|
|
library that provides a consistent, portable interface which simplifies the
|
|
|
|
process of using dynamic modules.
|
|
|
|
|
|
|
|
These runtime libraries are needed by programs that link directly to the
|
|
|
|
system-installed ltdl libraries; they are not needed by software built using the
|
|
|
|
rest of the GNU Autotools (including GNU Autoconf and GNU Automake)."
|
|
|
|
|
2010-01-21 02:33:26 +00:00
|
|
|
revision=1
|
|
|
|
replaces="libtool-ltdl>=0"
|
2009-04-21 23:56:22 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libltdl.so.* ${DESTDIR}/usr/lib
|
|
|
|
}
|