# HG changeset patch # User Hans-G?nter Theisgen # Date 1646978753 -3600 # Node ID 1bb618a0280993991352cb35a9cb37418cad707d # Parent d8e712da83b5a98655ce17c3f3503eb487051d4b updated iasl (20200214 -> 20211217) diff -r d8e712da83b5 -r 1bb618a02809 iasl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iasl/description.txt Fri Mar 11 07:05:53 2022 +0100 @@ -0,0 +1,7 @@ +The iASL compiler and disassembler is a fully-featured translator +for the ACPI Source Language (ASL) and ACPI binary data tables. +As part of the Intel ACPI Component Architecture, the Intel ASL +compiler implements translation for the ACPI Source Language (ASL) +to the ACPI Machine Language (AML). +The disassembler feature will disassemble compiled AML code back +to (near-original) ASL source code. diff -r d8e712da83b5 -r 1bb618a02809 iasl/receipt --- a/iasl/receipt Fri Mar 11 06:54:52 2022 +0100 +++ b/iasl/receipt Fri Mar 11 07:05:53 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iasl" -VERSION="20200214" +VERSION="20211217" CATEGORY="development" SHORT_DESC="Intel ACPI Source Language compiler." MAINTAINER="slaxemulator@gmail.com" @@ -29,7 +29,7 @@ generate/unix/Makefile.config \ generate/unix/iasl/Makefile - make || return 1 + make } # Rules to gen a SliTaz package suitable for Tazpkg.