wok view libffcall/receipt @ rev 22441

vlc: lots of warnings/missing -> add 29 deps at end, unsorted for now
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:00:20 2019 +0000 (2019-12-23)
parents 6c3718ca17b6
children da11ee0756b7
line source
1 # SliTaz package receipt.
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="https://www.gnu.org/software/libffcall/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="cvs|pserver:anonymous@cvs.sv.gnu.org:/sources/libffcall"
13 #CVS_MODULE="ffcall"
14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
16 DEPENDS=""
17 BUILD_DEPENDS=""
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS &&
23 make -j1 &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib $fs/usr
33 cp -a $install/usr/include $fs/usr
34 }