aboutsummaryrefslogtreecommitdiff
path: root/repos/wayland/hwdata
diff options
context:
space:
mode:
Diffstat (limited to 'repos/wayland/hwdata')
-rwxr-xr-xrepos/wayland/hwdata/.checksum1
-rwxr-xr-xrepos/wayland/hwdata/.files10
-rwxr-xr-xrepos/wayland/hwdata/abuild12
3 files changed, 0 insertions, 23 deletions
diff --git a/repos/wayland/hwdata/.checksum b/repos/wayland/hwdata/.checksum
deleted file mode 100755
index 440feaf1..00000000
--- a/repos/wayland/hwdata/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-1c1b7de7b64370f3a6f780152292d76d3272d9b21c9c657e4be4ca77bbf34390 hwdata-0.392.tar.gz
diff --git a/repos/wayland/hwdata/.files b/repos/wayland/hwdata/.files
deleted file mode 100755
index 800584dc..00000000
--- a/repos/wayland/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/wayland/hwdata/abuild b/repos/wayland/hwdata/abuild
deleted file mode 100755
index b5531164..00000000
--- a/repos/wayland/hwdata/abuild
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}