diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /hwdata | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'hwdata')
| -rw-r--r-- | hwdata/.checksum | 1 | ||||
| -rw-r--r-- | hwdata/.files | 10 | ||||
| -rw-r--r-- | hwdata/abuild | 12 |
3 files changed, 23 insertions, 0 deletions
diff --git a/hwdata/.checksum b/hwdata/.checksum new file mode 100644 index 00000000..66d8b9a9 --- /dev/null +++ b/hwdata/.checksum @@ -0,0 +1 @@ +da5fce4f9307dd6a3750ab1bf3813428e3763a975f7a0e9f99873aaa20db42d4 hwdata-0.395.tar.gz diff --git a/hwdata/.files b/hwdata/.files new file mode 100644 index 00000000..800584dc --- /dev/null +++ b/hwdata/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/hwdata/ +-rw-r--r-- root/root usr/share/hwdata/iab.txt +-rw-r--r-- root/root usr/share/hwdata/oui.txt +-rw-r--r-- root/root usr/share/hwdata/pci.ids +-rw-r--r-- root/root usr/share/hwdata/pnp.ids +-rw-r--r-- root/root usr/share/hwdata/usb.ids +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/hwdata.pc diff --git a/hwdata/abuild b/hwdata/abuild new file mode 100644 index 00000000..ee700b16 --- /dev/null +++ b/hwdata/abuild @@ -0,0 +1,12 @@ +name=hwdata +version=0.395 +release=1 +source="https://github.com/vcrhonek/${name}/archive/v${version}/${name}-${version}.tar.gz" + +build() { + ./configure \ + --prefix=/usr \ + --disable-blacklist + + make install +} |