hwdata: initial commit, version 0.364

This commit is contained in:
Tim Biermann 2022-11-13 10:14:21 +00:00
parent 063010ef04
commit 0f24c42d9e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 31 additions and 0 deletions

10
hwdata/.footprint Normal file
View File

@ -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

5
hwdata/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y0SxxrX5EDgnZelPISTO2ws0Qydw4REbZXQKjpjzvzXPK1Z15kv13y1xEZpb99Ks6r/elaUwlXkFBnFoD0pjAI=
SHA256 (Pkgfile) = 9aa28225444344e8c4c7bcd8dcafb04ec738385b565c546fb479a54ac8c12ea2
SHA256 (.footprint) = afcd6f657adf131cb96acedac189bfb351ee2c9900184215b5a5d8266e610e6a
SHA256 (hwdata-0.364.tar.gz) = e79ee7e0251c94273ac8ffa7f68892152d3cfc243a471bc61771d8ab53da3331

16
hwdata/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: hardware identification databases
# URL: https://github.com/vcrhonek/hwdata
# Maintainer: Tim Biermann, tbier at posteo dot de
name=hwdata
version=0.364
release=1
source=(https://github.com/vcrhonek/hwdata/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib
}