hwdata, new recipe (#11780)

This commit is contained in:
Schrijvers Luc
2025-02-12 15:54:31 +01:00
committed by GitHub
parent 21c4f2dbd2
commit 5bafb98d3c

View File

@@ -0,0 +1,38 @@
SUMMARY="Hardware identification and configuration data"
DESCRIPTION="hwdata contains various hardware identification and configuration data, such as the \
pci.ids and usb.ids databases."
HOMEPAGE="https://github.com/vcrhonek/hwdata"
COPYRIGHT="2025 hwdata authors"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="1f472d8f2ec824d4efe6a75480767c4ce240fa5d91b6428d9f8775035da3ba1f"
SOURCE_FILENAME="hwdata-v$portVersion.tar.gz"
ARCHITECTURES="any"
PROVIDES="
hwdata = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:awk
cmd:make
"
BUILD()
{
runConfigure ./configure --disable-blacklist
make $jobArgs
}
INSTALL()
{
make install
}