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/abuild | |
| parent | 4a049da080c71706d46c5899d869e3eb401c9b14 (diff) | |
| download | alicelinux-a5f034c0baff207235955b7f7279f327340442f6.tar.gz alicelinux-a5f034c0baff207235955b7f7279f327340442f6.zip | |
moved wayland abuilds to extra
Diffstat (limited to 'repos/extra/hwdata/abuild')
| -rw-r--r-- | repos/extra/hwdata/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
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 +} |