mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
hwdata, new recipe (#11780)
This commit is contained in:
38
sys-apps/hwdata/hwdata-0.392.recipe
Normal file
38
sys-apps/hwdata/hwdata-0.392.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user