aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/hwdata
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-29 23:17:52 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-29 23:17:52 +0800
commit0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch)
tree49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/hwdata
parent376803af43d2d32a80219b8970961792f240230c (diff)
downloadalicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz
alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/hwdata')
-rw-r--r--repos/extra/hwdata/.files10
-rw-r--r--repos/extra/hwdata/abuild12
2 files changed, 0 insertions, 22 deletions
diff --git a/repos/extra/hwdata/.files b/repos/extra/hwdata/.files
deleted file mode 100644
index 800584dc..00000000
--- a/repos/extra/hwdata/.files
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100644
index ebd1e45c..00000000
--- a/repos/extra/hwdata/abuild
+++ /dev/null
@@ -1,12 +0,0 @@
-name=hwdata
-version=0.383
-release=1
-source="https://github.com/vcrhonek/${name}/archive/v${version}/${name}-${version}.tar.gz"
-
-build() {
- ./configure \
- --prefix=/usr \
- --disable-blacklist
-
- make install
-}