libtool: new deps style, converted to subpkgs.

--HG--
extra : convert_revision : 1948223b4994d897d445e646e578b22474f140c2
This commit is contained in:
Juan RP 2009-04-22 01:56:22 +02:00
parent 8e7b4950c0
commit 7ba2a2b325
4 changed files with 26 additions and 0 deletions

1
templates/libtool-ltdl Symbolic link
View File

@ -0,0 +1 @@
libtool

View File

@ -0,0 +1,2 @@
abi_depends=2.2.6
api_depends=${abi_depends}

View File

@ -0,0 +1,19 @@
# 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
}

View File

@ -1,5 +1,6 @@
# Template build file for 'libtool'
pkgname=libtool
sourcepkg=$pkgname
version=2.2.6a
wrksrc="$pkgname-2.2.6"
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.gz"
@ -11,3 +12,6 @@ long_desc="
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) befind a consistent interface."
subpackages="ltdl"
Add_dependency full glibc