wok diff doxygen/receipt @ rev 23835
Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 09:34:18 2020 +0000 (2020-06-01) |
parents | 845b3d3b0cf5 |
children | ad8b9ff412d2 |
line diff
1.1 --- a/doxygen/receipt Thu Feb 21 15:17:29 2019 +0100 1.2 +++ b/doxygen/receipt Mon Jun 01 09:34:18 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="doxygen" 1.7 -VERSION="1.8.15" 1.8 +VERSION="1.8.17" 1.9 CATEGORY="development" 1.10 TAGS="language documentation" 1.11 SHORT_DESC="Source code documentation generator tool." 1.12 @@ -12,11 +12,15 @@ 1.13 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 1.14 WGET_URL="${WEB_SITE}files/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="bison cmake flex python" 1.17 +DEPENDS="gcc83-lib-base" 1.18 +BUILD_DEPENDS="bison cmake flex gcc83 python" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 + export CC=gcc-83 1.24 + export CXX=g++-83 1.25 + 1.26 mkdir build 1.27 cd build 1.28 cmake -G "Unix Makefiles" .. && 1.29 @@ -28,5 +32,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/bin 1.33 - cp -a $install/usr/local/bin/* $fs/usr/bin 1.34 + cp -a $install/usr/local/bin/* $fs/usr/bin 1.35 }