diff options
author | Tim Biermann <tbier@posteo.de> | 2022-11-13 10:14:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-11-13 10:14:21 +0000 |
commit | 0f24c42d9eb48504f468e23cc4af41935f95fd98 (patch) | |
tree | 921b033ba93647912ceab14a4fbd0470c2908577 /hwdata | |
parent | 063010ef04697aeeef20489314cf1c246148fc4c (diff) | |
download | contrib-0f24c42d9eb48504f468e23cc4af41935f95fd98.tar.gz contrib-0f24c42d9eb48504f468e23cc4af41935f95fd98.tar.xz |
hwdata: initial commit, version 0.364
Diffstat (limited to 'hwdata')
-rw-r--r-- | hwdata/.footprint | 10 | ||||
-rw-r--r-- | hwdata/.signature | 5 | ||||
-rw-r--r-- | hwdata/Pkgfile | 16 |
3 files changed, 31 insertions, 0 deletions
diff --git a/hwdata/.footprint b/hwdata/.footprint new file mode 100644 index 000000000..4182dbaf3 --- /dev/null +++ b/hwdata/.footprint @@ -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 diff --git a/hwdata/.signature b/hwdata/.signature new file mode 100644 index 000000000..5dc5b795c --- /dev/null +++ b/hwdata/.signature @@ -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 diff --git a/hwdata/Pkgfile b/hwdata/Pkgfile new file mode 100644 index 000000000..1c38bdb13 --- /dev/null +++ b/hwdata/Pkgfile @@ -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 +} |