whois: drop package

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Rudi Heitbaum 2022-03-08 04:23:56 +00:00
parent de1b3c3b4d
commit 55440d187e

View File

@ -1,21 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="whois"
PKG_VERSION="5.5.11"
PKG_SHA256="e0e051773df982f12d000566b5eea433f7055b965f76bb6febda04ba5bf213fa"
PKG_LICENSE="GPL"
PKG_SITE="http://www.linux.it/~md/software/"
PKG_URL="https://github.com/rfc1036/whois/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A tool that queries the whois directory service for information pertaining to a particular domain name."
PKG_BUILD_FLAGS="-sysroot"
make_target() {
make mkpasswd
}
makeinstall_target() {
make install BASEDIR=${INSTALL}
}