libtool: update to 2.2.6b, add new libltdl-devel subpkg.
--HG-- extra : convert_revision : f36cc3f6b6ffed4dd3457b8f84cac3bb363ad8f7
This commit is contained in:
parent
925e22e0f9
commit
1b108829fa
1
srcpkgs/libltdl-devel
Symbolic link
1
srcpkgs/libltdl-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
libtool
|
29
srcpkgs/libtool/libltdl-devel.template
Normal file
29
srcpkgs/libtool/libltdl-devel.template
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Template file for 'libltdl-devel'.
|
||||||
|
#
|
||||||
|
short_desc="GNU Libtool Dynamic Module Loader development files"
|
||||||
|
long_desc="
|
||||||
|
The libltdl 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).
|
||||||
|
|
||||||
|
This package contains development files required by libltdl."
|
||||||
|
|
||||||
|
Add_dependency run libltdl
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share/aclocal
|
||||||
|
mkdir -p ${DESTDIR}/usr/share/libtool
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/aclocal/ltdl.m4 \
|
||||||
|
${DESTDIR}/usr/share/aclocal
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/libtool/libltdl \
|
||||||
|
${DESTDIR}/usr/share/libtool
|
||||||
|
}
|
@ -1,8 +1,8 @@
|
|||||||
# Template file for 'libtool-ltdl'.
|
# Template file for 'libltdl'.
|
||||||
#
|
#
|
||||||
short_desc="Runtime libraries for GNU Libtool Dynamic Module Loader"
|
short_desc="Runtime libraries for GNU Libtool Dynamic Module Loader"
|
||||||
long_desc="
|
long_desc="
|
||||||
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
|
This package contains the GNU Libtool Dynamic Module Loader, a
|
||||||
library that provides a consistent, portable interface which simplifies the
|
library that provides a consistent, portable interface which simplifies the
|
||||||
process of using dynamic modules.
|
process of using dynamic modules.
|
||||||
|
|
||||||
@ -11,8 +11,6 @@ long_desc="
|
|||||||
rest of the GNU Autotools (including GNU Autoconf and GNU Automake)."
|
rest of the GNU Autotools (including GNU Autoconf and GNU Automake)."
|
||||||
|
|
||||||
replaces="libtool-ltdl"
|
replaces="libtool-ltdl"
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# Template build file for 'libtool'
|
# Template build file for 'libtool'
|
||||||
pkgname=libtool
|
pkgname=libtool
|
||||||
version=2.2.6a
|
version=2.2.6b
|
||||||
wrksrc="$pkgname-2.2.6"
|
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.lzma"
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Generic library support"
|
short_desc="Generic library support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=eb6b8f8272c5a5cad0c7c6b949aa75632f45c295f09b2e1e90b6bce15b32b796
|
checksum=66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae
|
||||||
long_desc="
|
long_desc="
|
||||||
This is GNU libtool, a generic library support script. Libtool hides
|
This is GNU libtool, a generic library support script. Libtool hides
|
||||||
the complexity of generating special library types (such as shared
|
the complexity of generating special library types (such as shared
|
||||||
libraries) befind a consistent interface."
|
libraries) befind a consistent interface."
|
||||||
|
|
||||||
subpackages="libltdl"
|
noarch=yes
|
||||||
|
subpackages="libltdl libltdl-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user