mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
39 lines
775 B
Bash
39 lines
775 B
Bash
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="77d0a69e5558d16d33bbb510a09093deaf11c882baf9ef6ec5f18a8ef96e2c13"
|
|
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
|
|
}
|