7-zip: replace toolchain depend

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-06-30 01:34:56 -04:00
parent 9a2f6f65ac
commit 5eb1e23d1c

View File

@ -8,7 +8,7 @@ PKG_LICENSE="7-Zip"
PKG_SITE="https://www.7-zip.org" PKG_SITE="https://www.7-zip.org"
PKG_URL="https://www.7-zip.org/a/7z${PKG_VERSION/./}-src.tar.xz" PKG_URL="https://www.7-zip.org/a/7z${PKG_VERSION/./}-src.tar.xz"
PKG_DEPENDS_HOST="ccache:host" PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="make:host gcc:host"
PKG_LONGDESC="7-Zip is a file archiver with a high compression ratio" PKG_LONGDESC="7-Zip is a file archiver with a high compression ratio"
PKG_TAR_STRIP_COMPONENTS="--strip-components=0" PKG_TAR_STRIP_COMPONENTS="--strip-components=0"
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"