mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
19 lines
731 B
Bash
19 lines
731 B
Bash
# $Id: PKGBUILD 51913 2009-09-13 16:35:17Z tpowa $
|
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
|
pkgname=hwdetect
|
|
pkgver=2009.09
|
|
pkgrel=5
|
|
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
|
|
arch=(i686 x86_64)
|
|
license=('GPL')
|
|
depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
|
|
optdepends=('cryptsetup: for encrypt mkinitcpio config support'
|
|
'dmraid: for dmraid mkinitcpio config support'
|
|
'lvm2: for lvm2 mkinitcpio config support'
|
|
'mdadm: for raid mkinitcpio config support')
|
|
source=(hwdetect)
|
|
|
|
build() {
|
|
install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
|
|
}
|
|
md5sums=('559ed19d4bdfca0d224192717638a566')
|