wok-next view libffi/receipt @ rev 21336
updated lighttpd-ssl (1.4.35 -> 1.5.54)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 13 14:49:06 2019 +0100 (2019-12-13) |
parents | e19ff076dc63 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libffi"
4 VERSION="3.2.1"
5 CATEGORY="development"
6 SHORT_DESC="A portable foreign function interface library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://sourceware.org/libffi/"
10 LFS="http://linuxfromscratch.org/lfs/view/development/chapter06/libffi.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://sourceware.org/ftp/libffi/$TARBALL"
14 TARBALL_SHA1="280c265b789e041c02e5c97815793dfc283fb1e6"
16 COOKOPTS="force-arch" # different .h, .pc
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }