mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 05:47:41 +08:00
20 lines
715 B
Bash
20 lines
715 B
Bash
|
# $Id: PKGBUILD 80707 2010-05-20 20:54:13Z tpowa $
|
||
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||
|
pkgname=hwdetect
|
||
|
pkgver=2010.05
|
||
|
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=('099e1ab04b8f2ffaa3493e0f36ba9198')
|