mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 03:57:14 +08:00
24 lines
871 B
Bash
24 lines
871 B
Bash
#
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
# contributor: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
pkgname=hwdetect
|
|
pkgver=2011.06
|
|
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)
|
|
|
|
build() {
|
|
install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
|
|
}
|
|
md5sums=('f09b84561c0b4274bfeb60f257bafab2') |