From 5bafb98d3cb804d5962066d045ac84ee7eaff299 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 12 Feb 2025 15:54:31 +0100 Subject: [PATCH] hwdata, new recipe (#11780) --- sys-apps/hwdata/hwdata-0.392.recipe | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 sys-apps/hwdata/hwdata-0.392.recipe diff --git a/sys-apps/hwdata/hwdata-0.392.recipe b/sys-apps/hwdata/hwdata-0.392.recipe new file mode 100644 index 000000000..532b37923 --- /dev/null +++ b/sys-apps/hwdata/hwdata-0.392.recipe @@ -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 +}