diff options
Diffstat (limited to 'repos/extra/hwdata')
| -rw-r--r-- | repos/extra/hwdata/.files | 10 | ||||
| -rw-r--r-- | repos/extra/hwdata/abuild | 12 |
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 -} |