mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 10:47:15 +08:00
9694e35721
nvidia_supported and fglrx_supported will be downloaded from git once the repo is created.
22 lines
586 B
Bash
Executable File
22 lines
586 B
Bash
Executable File
#
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer abveritas@chakra-project.org
|
|
|
|
pkgname=chakra-hardware-detection
|
|
pkgver=20120722
|
|
pkgrel=1
|
|
pkgdesc="Hardware detection scripts for Chakra"
|
|
arch=('any')
|
|
url="http://www.chakra-project.org"
|
|
depends=('bc' 'util-linux' 'chd-nvidia' 'chd-nvidia-173xx' 'chd-catalyst' 'chd-catalyst-legacy')
|
|
license=('GPL')
|
|
source=("http://chakra-linux.org/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
|
md5sums=('12500be45e3606e78e88865771eb391b')
|
|
|
|
package(){
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
make install DESTDIR="${pkgdir}"
|
|
}
|