void-packages/srcpkgs/libtool/libltdl.template
Juan RP 51045c87cc libltdl: move so symlink into main pkg.
--HG--
extra : convert_revision : dd41c113de0af072b4e962edaef4bdacd7c42ade
2010-04-22 13:51:42 +02:00

22 lines
690 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)."
revision=2
replaces="libtool-ltdl>=0"
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libltdl.so* ${DESTDIR}/usr/lib
}