wok annotate libffcall/receipt @ rev 21707

prosody: modified VERSION
author Hans-G?nter Theisgen
date Fri Jun 07 13:37:06 2019 +0100 (2019-06-07)
parents 6c3718ca17b6
children da11ee0756b7
rev   line source
paul@4579 1 # SliTaz package receipt.
paul@4579 2
paul@4579 3 PACKAGE="libffcall"
Hans-G?nter@21222 4 VERSION="2.1"
paul@4579 5 CATEGORY="development"
paul@4579 6 SHORT_DESC="Foreign function call libraries."
paul@4579 7 MAINTAINER="paul@slitaz.org"
pascal@15472 8 LICENSE="GPL2"
Hans-G?nter@21222 9 WEB_SITE="https://www.gnu.org/software/libffcall/"
Hans-G?nter@21222 10
Hans-G?nter@21222 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21222 12 #WGET_URL="cvs|pserver:anonymous@cvs.sv.gnu.org:/sources/libffcall"
Hans-G?nter@21222 13 #CVS_MODULE="ffcall"
Hans-G?nter@21222 14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@9767 15
paul@4579 16 DEPENDS=""
Hans-G?nter@21222 17 BUILD_DEPENDS=""
paul@4579 18
paul@4579 19 # Rules to configure and make the package.
paul@4579 20 compile_rules()
paul@4579 21 {
gokhlayeh@11573 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21222 23 make -j1 &&
Hans-G?nter@21222 24 make install
paul@4579 25 }
paul@4579 26
paul@4579 27 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4579 28 genpkg_rules()
paul@4579 29 {
paul@4579 30 mkdir -p $fs/usr/lib
Hans-G?nter@21222 31
Hans-G?nter@21222 32 cp -a $install/usr/lib $fs/usr
Hans-G?nter@21222 33 cp -a $install/usr/include $fs/usr
paul@4579 34 }