vp-build/templates/libtool/ltdl.template
Juan RP 7ba2a2b325 libtool: new deps style, converted to subpkgs.
--HG--
extra : convert_revision : 1948223b4994d897d445e646e578b22474f140c2
2009-04-22 01:56:22 +02:00

20 lines
670 B
Plaintext

# Template file for 'libtool-ltdl'.
#
short_desc="Runtime libraries for GNU Libtool Dynamic Module Loader"
long_desc="
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
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)."
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libltdl.so.* ${DESTDIR}/usr/lib
}