milis/talimatname/genel/a/acpica/talimat

17 lines
386 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: An implementation of the ACPI specification. Contains tools like acpidump, iasl, acpixtract, etc.
# URL: https://www.acpica.org/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=acpica
surum=20170303
devir=1
kaynak=(https://acpica.org/sites/acpica/files/acpica-unix-20170303.tar.gz)
derle() {
cd "${SRC}/${isim}-unix-${surum}"
make
make DESTDIR=${PKG} install
}