# Contributor: Elia Yehuda pkgname=lshwd pkgver=1.0 pkgrel=1 pkgdesc="lists hardware and approp modules" url="" license="" depends=('pciutils' 'libusb') makedepends=() conflicts=() replaces=() backup=() install= source=($pkgname-$pkgver.tar.gz) md5sums=() build() { cd $startdir/src/$pkgname make || return 1 install -D -m755 lshwd $startdir/pkg/usr/bin/lshwd }