wok-next annotate libffcall/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@20557 1 # SliTaz package receipt v2.
paul@4579 2
paul@4579 3 PACKAGE="libffcall"
al@21136 4 VERSION="2.1"
paul@4579 5 CATEGORY="development"
al@20557 6 SHORT_DESC="Foreign function call libraries"
paul@4579 7 MAINTAINER="paul@slitaz.org"
pascal@15472 8 LICENSE="GPL2"
al@20557 9 WEB_SITE="http://www.gnu.org/software/libffcall/"
al@20883 10 REPOLOGY="ffcall"
al@20557 11
al@21136 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21136 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@21136 14 TARBALL_SHA1="aa2bf00587dec333704cbda19fb6786370bd7762"
pankso@9767 15
al@21136 16 BUILD_DEPENDS="gfortran"
al@21136 17 SPLIT="$PACKAGE-dev"
paul@4579 18
al@20557 19 compile_rules() {
al@20557 20 ./configure $CONFIGURE_ARGS &&
al@21136 21 fix libtool &&
al@20557 22 make -j1 &&
al@21136 23 make \
al@21136 24 htmldir=/usr/share/doc/ffcall \
al@21136 25 install || return 1
paul@4579 26
al@21136 27 find $install -type f \( -name '*.so.*' -o -name '*.a' \) -exec chmod a+x '{}' \;
paul@4579 28 }