wok-next annotate libtool/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@30 2
pankso@30 3 PACKAGE="libtool"
al@19571 4 VERSION="2.4.6"
pankso@211 5 CATEGORY="development"
al@20436 6 SHORT_DESC="The GNU Portable Library Tool"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14718 8 LICENSE="GPL2"
al@19571 9 WEB_SITE="https://www.gnu.org/software/libtool/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/libtool.html"
pankso@30 11
al@19571 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19571 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@21087 14 TARBALL_SHA1="3e7504b832eb2dd23170c91b6af72e15b56eb94e"
al@19571 15
al@19571 16 BUILD_DEPENDS="automake autoconf gfortran"
al@21020 17 SPLIT="libltdl $PACKAGE"
pankso@12546 18
al@21087 19 COPY_libltdl="*.so*"
al@21087 20 COPY_std="@std @dev @rm"
al@21087 21
al@21087 22 DEPENDS_libltdl="glibc-base"
al@21087 23 DEPENDS_std="libltdl automake autoconf"
al@21087 24
al@21087 25 CAT_libltdl="system-tools|library"
al@21087 26
al@21087 27 TAGS_std="LFS"
al@21087 28
al@20436 29 compile_rules() {
al@20595 30 ./configure $CONFIGURE_ARGS &&
al@20595 31 fix libtool &&
al@20595 32 make &&
al@20595 33 make install
pankso@30 34 }