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
|
|
|
#
|
2013-09-20 00:06:42 +08:00
|
|
|
# maintainer: inkane@chakra-project.org
|
|
|
|
# contributor: 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
|
2014-09-27 12:14:36 +08:00
|
|
|
pkgver=2013.12
|
2010-05-22 06:07:29 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
|
2014-09-27 12:14:36 +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')
|
2014-09-27 12:14:36 +08:00
|
|
|
source=(hwdetect)
|
2010-05-22 06:07:29 +08:00
|
|
|
|
2013-09-20 00:06:42 +08:00
|
|
|
package() {
|
2014-09-27 12:14:36 +08:00
|
|
|
install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
|
2010-05-22 06:07:29 +08:00
|
|
|
}
|
2014-09-27 12:14:36 +08:00
|
|
|
md5sums=('b55e0501dab6599e94c3b5c54c2166bc')
|