wok diff libtasn1/receipt @ rev 23770

created recipes for xorg-libXfont2 and xorg-libXfont2-dev
author Hans-G?nter Theisgen
date Fri May 15 07:18:58 2020 +0100 (2020-05-15)
parents f503aa148b52
children 5d79829fa876
line diff
     1.1 --- a/libtasn1/receipt	Thu Apr 18 17:11:52 2019 +0100
     1.2 +++ b/libtasn1/receipt	Fri May 15 07:18:58 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtasn1"
     1.7 -VERSION="4.13"
     1.8 +VERSION="4.16.0"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="ASN.1 library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,12 +11,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +DEPENDS="gcc83-lib-base"
    1.17 +BUILD_DEPENDS="gcc83"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure \
    1.25 +	./configure		\
    1.26 +		CC=gcc-83	\
    1.27 +		CXX=g++-83	\
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make -j 1 &&
    1.30  	make install