libltdl: move so symlink into main pkg.

--HG--
extra : convert_revision : dd41c113de0af072b4e962edaef4bdacd7c42ade
This commit is contained in:
Juan RP 2010-04-22 13:51:42 +02:00
parent 8bdd59a7a9
commit 51045c87cc
2 changed files with 4 additions and 3 deletions

View file

@ -12,6 +12,8 @@ long_desc="
This package contains development files required by libltdl." This package contains development files required by libltdl."
revision=1
Add_dependency run libltdl Add_dependency run libltdl
do_install() do_install()
@ -21,7 +23,6 @@ do_install()
mkdir -p ${DESTDIR}/usr/share/libtool mkdir -p ${DESTDIR}/usr/share/libtool
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/aclocal/ltdl.m4 \ mv ${SRCPKGDESTDIR}/usr/share/aclocal/ltdl.m4 \
${DESTDIR}/usr/share/aclocal ${DESTDIR}/usr/share/aclocal
mv ${SRCPKGDESTDIR}/usr/share/libtool/libltdl \ mv ${SRCPKGDESTDIR}/usr/share/libtool/libltdl \

View file

@ -10,12 +10,12 @@ long_desc="
system-installed ltdl libraries; they are not needed by software built using 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)." rest of the GNU Autotools (including GNU Autoconf and GNU Automake)."
revision=1 revision=2
replaces="libtool-ltdl>=0" replaces="libtool-ltdl>=0"
Add_dependency run glibc Add_dependency run glibc
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libltdl.so.* ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/libltdl.so* ${DESTDIR}/usr/lib
} }