cpufrequtils: only for x86.
This commit is contained in:
parent
e554dbe4e4
commit
32ba19272d
|
@ -9,8 +9,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_build() {
|
||||
make V=1
|
||||
make CC=$CC STRIP=$STRIP V=1
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue