mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 09:47:19 +08:00
24 lines
772 B
Bash
24 lines
772 B
Bash
#
|
|
# Core Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer: abveritas@chakra-project.org
|
|
# contributor: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
pkgname=hwdetect
|
|
pkgver=2012.04
|
|
pkgrel=1
|
|
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
|
|
arch=('any')
|
|
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')
|
|
md5sums=('f641449135d3fb5010e21734f9dd304f')
|
|
|
|
build() {
|
|
install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
|
|
}
|