void-packages/srcpkgs/libtool/libltdl.template
Juan RP 1b108829fa libtool: update to 2.2.6b, add new libltdl-devel subpkg.
--HG--
extra : convert_revision : f36cc3f6b6ffed4dd3457b8f84cac3bb363ad8f7
2009-12-27 16:48:58 +01:00

21 lines
677 B
Plaintext

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