2011-04-11 03:13:11 +08:00
|
|
|
#
|
2012-07-03 08:41:28 +08:00
|
|
|
# Core Packages for Chakra, part of chakra-project.org
|
2011-04-11 03:13:11 +08:00
|
|
|
#
|
2012-07-03 08:41:28 +08:00
|
|
|
# maintainer: abveritas@chakra-project.org
|
2011-04-11 03:13:11 +08:00
|
|
|
# contributor: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
|
2010-05-22 06:07:29 +08:00
|
|
|
pkgname=hwdetect
|
2012-07-03 08:41:28 +08:00
|
|
|
pkgver=2012.04
|
2010-05-22 06:07:29 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
|
2012-07-03 08:41:28 +08:00
|
|
|
arch=('any')
|
2010-05-22 06:07:29 +08:00
|
|
|
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')
|
2012-07-03 08:41:28 +08:00
|
|
|
source=('hwdetect')
|
|
|
|
md5sums=('f641449135d3fb5010e21734f9dd304f')
|
2010-05-22 06:07:29 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
|
|
|
|
}
|