Merge pull request #44 from spycat88/rdfind
rdfind: remove package and move to checkdeps
This commit is contained in:
commit
1080e96c44
4 changed files with 4 additions and 30 deletions
|
@ -5,8 +5,8 @@
|
|||
PKG_NAME="linux"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kernel.org"
|
||||
PKG_DEPENDS_HOST="ccache:host rdfind:host rsync:host openssl:host"
|
||||
PKG_DEPENDS_TARGET="toolchain rdfind:host linux:host kmod:host cpio:host xz:host keyutils ncurses openssl:host wireless-regdb ${KERNEL_EXTRA_DEPENDS_TARGET}"
|
||||
PKG_DEPENDS_HOST="ccache:host rsync:host openssl:host"
|
||||
PKG_DEPENDS_TARGET="toolchain linux:host kmod:host cpio:host xz:host keyutils ncurses openssl:host ${KERNEL_EXTRA_DEPENDS_TARGET}"
|
||||
PKG_NEED_UNPACK="${LINUX_DEPENDS} $(get_pkg_directory initramfs) $(get_pkg_variable initramfs PKG_NEED_UNPACK)"
|
||||
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
|
||||
PKG_IS_KERNEL_PKG="yes"
|
||||
|
@ -313,15 +313,3 @@ makeinstall_target() {
|
|||
fi
|
||||
makeinstall_host
|
||||
}
|
||||
|
||||
post_install() {
|
||||
if [ ! -d ${INSTALL}/$(get_full_firmware_dir) ]
|
||||
then
|
||||
mkdir -p ${INSTALL}/$(get_full_firmware_dir)/
|
||||
fi
|
||||
|
||||
# regdb and signature is now loaded as firmware by 4.15+
|
||||
if grep -q ^CONFIG_CFG80211_REQUIRE_SIGNED_REGDB= ${PKG_BUILD}/.config; then
|
||||
cp $(get_build_dir wireless-regdb)/regulatory.db{,.p7s} ${INSTALL}/$(get_full_firmware_dir)
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="rdfind"
|
||||
PKG_VERSION="1.6.0"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/pauldreik/rdfind"
|
||||
PKG_URL="${PKG_SITE}/archive/refs/tags/releases/${PKG_VERSION}.tar.gz"
|
||||
PKG_LONGDESC="A command line tool that finds duplicate files."
|
||||
PKG_DEPENDS_HOST="nettle:host"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
pre_configure_host() {
|
||||
export LDFLAGS="${LDFLAGS} -L${TOOLCHAIN}/lib64"
|
||||
}
|
|
@ -7,7 +7,7 @@ PKG_VERSION=""
|
|||
PKG_LICENSE="various"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain connman rfkill hostapd netbase ethtool openssh iw rsync tailscale avahi miniupnpc nss-mdns bluetool speedtest-cli"
|
||||
PKG_DEPENDS_TARGET="toolchain connman rfkill hostapd netbase ethtool openssh iw wireless-regdb rsync tailscale avahi miniupnpc nss-mdns bluetool speedtest-cli"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Metapackage for various packages to install network support"
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ dep_map=(
|
|||
[make]=make
|
||||
[patch]=patch
|
||||
[perl]=perl
|
||||
[rdfind]=rdfind
|
||||
[sed]=sed
|
||||
[tar]=tar
|
||||
[unzip]=unzip
|
||||
|
|
Loading…
Reference in a new issue