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