libtool: new deps style, converted to subpkgs.
--HG-- extra : convert_revision : 1948223b4994d897d445e646e578b22474f140c2
This commit is contained in:
parent
8e7b4950c0
commit
7ba2a2b325
1
templates/libtool-ltdl
Symbolic link
1
templates/libtool-ltdl
Symbolic link
|
@ -0,0 +1 @@
|
|||
libtool
|
2
templates/libtool/depends
Normal file
2
templates/libtool/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=2.2.6
|
||||
api_depends=${abi_depends}
|
19
templates/libtool/ltdl.template
Normal file
19
templates/libtool/ltdl.template
Normal 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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user