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

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents 10df65db91ad
children
line diff
     1.1 --- a/pkg-config/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/pkg-config/receipt	Fri Dec 06 15:46:28 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.29.2"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Free desktop packages manager"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://www.freedesktop.org/wiki/Software/pkg-config/"
    1.11  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/pkg-config.html"
    1.12 @@ -12,24 +12,13 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://pkg-config.freedesktop.org/releases/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS_arm=" "
    1.17  BUILD_DEPENDS="gcc libtool perl"
    1.18  
    1.19  compile_rules() {
    1.20 -	case "$ARCH" in
    1.21 -		arm)
    1.22 -			./configure \
    1.23 -				--program-prefix=$TOOLPREFIX \
    1.24 -				--build=i486-slitaz-linux \
    1.25 -				--host=arm-slitaz-linux-gnueabi \
    1.26 -				--cache-file=arm-linux.cache ;;
    1.27 -		*)
    1.28 -			./configure \
    1.29 -				--with-internal-glib \
    1.30 -				--disable-host-tool \
    1.31 -				$CONFIGURE_ARGS
    1.32 -				;;
    1.33 -	esac &&
    1.34 +	./configure \
    1.35 +		--with-internal-glib \
    1.36 +		--disable-host-tool \
    1.37 +		$CONFIGURE_ARGS &&
    1.38  	fix libtool &&
    1.39  	make &&
    1.40  	make install || return 1