wok-next view libtool/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libtool"
4 VERSION="2.4.6"
5 CATEGORY="development"
6 SHORT_DESC="The GNU Portable Library Tool"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/libtool/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/libtool.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 TARBALL_SHA1="3e7504b832eb2dd23170c91b6af72e15b56eb94e"
16 BUILD_DEPENDS="automake autoconf gfortran"
17 SPLIT="libltdl $PACKAGE"
19 COPY_libltdl="*.so*"
20 COPY_std="@std @dev @rm"
22 DEPENDS_libltdl="glibc-base"
23 DEPENDS_std="libltdl automake autoconf"
25 CAT_libltdl="system-tools|library"
27 TAGS_std="LFS"
29 compile_rules() {
30 ./configure $CONFIGURE_ARGS &&
31 fix libtool &&
32 make &&
33 make install
34 }