wok-next diff pkg-config/receipt @ rev 20103

Up cgal (4.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 11:38:58 2017 +0100 (2017-10-29)
parents 10e3347b5a0d
children 90a5eb560fd6
line diff
     1.1 --- a/pkg-config/receipt	Thu Dec 22 07:11:01 2016 +0200
     1.2 +++ b/pkg-config/receipt	Sun Oct 29 11:38:58 2017 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pkg-config"
     1.8  VERSION="0.29.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Free desktop packages manager."
    1.11 +SHORT_DESC="Free desktop packages manager"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.freedesktop.org/wiki/Software/pkg-config/"
    1.15 @@ -12,20 +12,12 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://pkg-config.freedesktop.org/releases/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20  BUILD_DEPENDS="gcc libtool perl"
    1.21 -
    1.22 -# Handle cross compilation.
    1.23 -case "$ARCH" in
    1.24 -	arm) BUILD_DEPENDS="" ;;
    1.25 -esac
    1.26 +BUILD_DEPENDS_arm=" "
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -#	patch -p1 < $stuff/autoconf-2.66.patch
    1.32 -#	sed -i 's/\$(LN) pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile*
    1.33 -
    1.34  	case "$ARCH" in
    1.35  		arm)
    1.36  			./configure \
    1.37 @@ -54,5 +46,6 @@
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	cook_copy_files *pkg-config *.m4
    1.42 +	copy @std @dev
    1.43 +	DEPENDS="glibc-base"
    1.44  }