# Description: hardware identification databases
# URL: https://github.com/vcrhonek/hwdata
# Maintainer: Tim Biermann, tbier at posteo dot de

name=hwdata
version=0.408
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
}
