Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libpthread.so.0 +librt.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,14 @@ +name : iasl +version : 20170929 +release : 1 +source : + - https://acpica.org/sites/acpica/files/acpica-unix-20170929.tar.gz : c786868ae6c7a4c7bca19a5ca66bfb16740cad5c1c01b21642932f2f0dea9cc8 +license : GPL-2.0 +component : programming.tools +summary : ACPI Source Code Compiler & Disassembler +description: | + ACPICA defines and implements a group of software components that together create an implementation of the ACPI specification for both 32-bit and 64-bit platforms. +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + iasl + + Pierre-Yves + pyu@riseup.net + + GPL-2.0 + programming.tools + ACPI Source Code Compiler & Disassembler + ACPICA defines and implements a group of software components that together create an implementation of the ACPI specification for both 32-bit and 64-bit platforms. + + https://solus-project.com/sources/README.Solus + + + iasl + ACPI Source Code Compiler & Disassembler + ACPICA defines and implements a group of software components that together create an implementation of the ACPI specification for both 32-bit and 64-bit platforms. + + programming.tools + + /usr/bin + + + + + 2017-10-19 + 20170929 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file