# Description: hardware identification databases # URL: https://github.com/vcrhonek/hwdata # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=hwdata version=0.400 release=1 source=(https://github.com/vcrhonek/${name}/archive/v${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --disable-blacklist make DESTDIR=$PKG install }