distribution/packages/sysutils/lshw/package.mk

19 lines
509 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="lshw"
PKG_VERSION="B.02.19.2"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="GPL"
PKG_SITE="http://ezix.org/project/wiki/HardwareLiSter"
2023-02-24 13:53:43 +00:00
PKG_URL="http://ezix.org/software/files/${PKG_NAME}-${PKG_VERSION}.tar.gz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A small tool to provide detailed information on the hardware configuration of the machine."
make_target() {
2023-02-24 13:53:43 +00:00
make CXX=${CXX} -C src/
2022-02-05 14:23:32 +00:00
}
makeinstall_target() {
: # nop
}