wok-next diff libffi/receipt @ rev 19973

mrxvt-unicode : ./configure : remove "--enable-everything"
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 20:06:27 2017 +0200 (2017-10-17)
parents 35a20e111081
children 2d54d154d5ca
line diff
     1.1 --- a/libffi/receipt	Fri Feb 03 12:13:00 2017 +0200
     1.2 +++ b/libffi/receipt	Tue Oct 17 20:06:27 2017 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libffi"
     1.8  VERSION="3.2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A portable foreign function interface library."
    1.11 +SHORT_DESC="A portable foreign function interface library"
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://sourceware.org/libffi/"
    1.15 @@ -12,7 +12,7 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="ftp://sourceware.org/pub/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20 +SPLIT="libffi-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -32,5 +32,8 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	cook_copy_files *.so*
    1.29 +	case $PACKAGE in
    1.30 +		libffi) copy @std;;
    1.31 +		*-dev) copy @dev;;
    1.32 +	esac
    1.33  }