# Maintainer: damir # TUR: Ben # Contributor: Elia Yehuda # for latest xxxtable files checkout Mandrake cvs : # http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/%7Echeckout%7E/soft/ldetect-lst/lst/ # for latest pcmciatable file checkout hwd site : # http://user-contributions.org/projects/hwtables/current/ pkgname=lshwd pkgver=1.1.3 pkgrel=1 pkgdesc="lists hardware and approp modules" url="http://user-contributions.org/projects/lshwd/" license="GPL" depends=('pciutils' 'usbutils' 'libusb') makedepends=() conflicts=() replaces=() backup=() source=(http://user-contributions.org/projects/lshwd/source/$pkgname-$pkgver.tar.gz) md5sums=('493ae06aada341f0bde063aab3c4167f') build() { cd $startdir/src/$pkgname-$pkgver make || return 1 install -D -m755 lshwd $startdir/pkg/usr/bin/lshwd install -D -m644 pcitable $startdir/pkg/usr/share/hwdata/pcitable install -D -m644 usbtable $startdir/pkg/usr/share/hwdata/usbtable install -D -m644 pcmciatable $startdir/pkg/usr/share/hwdata/pcmciatable install -D -m644 Cards $startdir/pkg/usr/share/hwdata/Cards }