# HG changeset patch # User Hans-G?nter Theisgen # Date 1579848021 -3600 # Node ID b537f0bd32fb5eab56142c4271b148e463cec884 # Parent bcedcc3b79db8e005271bdbd46131a0db9c6833d updated doxygen (1.8.15 -> 1.8.17) diff -r bcedcc3b79db -r b537f0bd32fb doxygen/receipt --- a/doxygen/receipt Fri Jan 24 07:21:53 2020 +0100 +++ b/doxygen/receipt Fri Jan 24 07:40:21 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="doxygen" -VERSION="1.8.15" +VERSION="1.8.17" CATEGORY="development" TAGS="language documentation" SHORT_DESC="Source code documentation generator tool." @@ -12,11 +12,15 @@ TARBALL="$PACKAGE-$VERSION.src.tar.gz" WGET_URL="${WEB_SITE}files/$TARBALL" -BUILD_DEPENDS="bison cmake flex python" +DEPENDS="gcc83-lib-base" +BUILD_DEPENDS="bison cmake flex gcc83 python" # Rules to configure and make the package. compile_rules() { + export CC=gcc-83 + export CXX=g++-83 + mkdir build cd build cmake -G "Unix Makefiles" .. && @@ -28,5 +32,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $install/usr/local/bin/* $fs/usr/bin + cp -a $install/usr/local/bin/* $fs/usr/bin }