wok-next annotate libffi/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents e19ff076dc63
children
rev   line source
al@19763 1 # SliTaz package receipt v2.
rcx@3261 2
rcx@3261 3 PACKAGE="libffi"
al@19607 4 VERSION="3.2.1"
rcx@3261 5 CATEGORY="development"
al@19763 6 SHORT_DESC="A portable foreign function interface library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15473 8 LICENSE="MIT"
al@19607 9 WEB_SITE="https://sourceware.org/libffi/"
al@21156 10 LFS="http://linuxfromscratch.org/lfs/view/development/chapter06/libffi.html"
al@19607 11
rcx@3261 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20406 13 WGET_URL="https://sourceware.org/ftp/libffi/$TARBALL"
al@21156 14 TARBALL_SHA1="280c265b789e041c02e5c97815793dfc283fb1e6"
pankso@12825 15
al@21094 16 COOKOPTS="force-arch" # different .h, .pc
al@21094 17
al@21020 18 SPLIT="$PACKAGE-dev"
rcx@3261 19
al@20406 20 compile_rules() {
rcx@3261 21 ./configure \
al@19607 22 --disable-static \
al@20406 23 $CONFIGURE_ARGS &&
al@21020 24 make &&
al@21020 25 make install
rcx@3261 26 }