diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
| commit | a5f034c0baff207235955b7f7279f327340442f6 (patch) | |
| tree | b554e28ea2093e3ca6f6685f7d71434b6740fb7b /repos/extra/hwdata | |
| parent | 4a049da080c71706d46c5899d869e3eb401c9b14 (diff) | |
| download | alicelinux-a5f034c0baff207235955b7f7279f327340442f6.tar.gz alicelinux-a5f034c0baff207235955b7f7279f327340442f6.zip | |
moved wayland abuilds to extra
Diffstat (limited to 'repos/extra/hwdata')
| -rw-r--r-- | repos/extra/hwdata/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/hwdata/.files | 10 | ||||
| -rw-r--r-- | repos/extra/hwdata/abuild | 12 |
3 files changed, 23 insertions, 0 deletions
diff --git a/repos/extra/hwdata/.checksum b/repos/extra/hwdata/.checksum new file mode 100644 index 00000000..440feaf1 --- /dev/null +++ b/repos/extra/hwdata/.checksum @@ -0,0 +1 @@ +1c1b7de7b64370f3a6f780152292d76d3272d9b21c9c657e4be4ca77bbf34390 hwdata-0.392.tar.gz diff --git a/repos/extra/hwdata/.files b/repos/extra/hwdata/.files new file mode 100644 index 00000000..800584dc --- /dev/null +++ b/repos/extra/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/repos/extra/hwdata/abuild b/repos/extra/hwdata/abuild new file mode 100644 index 00000000..b5531164 --- /dev/null +++ b/repos/extra/hwdata/abuild @@ -0,0 +1,12 @@ +name=hwdata +version=0.392 +release=1 +source="https://github.com/vcrhonek/${name}/archive/v${version}/${name}-${version}.tar.gz" + +build() { + ./configure \ + --prefix=/usr \ + --disable-blacklist + + make install +} |