contrib/hwdata/Pkgfile

18 lines
376 B
Plaintext

# Description: hardware identification databases
# URL: https://github.com/vcrhonek/hwdata
# Maintainer: Tim Biermann, tbier at posteo dot de
name=hwdata
version=0.382
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
}