diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libpthread.so.0 +librt.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,14 @@ +name : acpica-unix +version : 20170531 +release : 1 +source : + - https://acpica.org/sites/acpica/files/acpica-unix-20170531.tar.gz : 50155778cd1633dfca3443b8f8fd1ccc30e70e55ddece4d3c4fceafbbf1ab0e8 +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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + acpica-unix + + Ben Iofel + iofelben@gmail.com + + 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 + + + acpica-unix + 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-06-14 + 20170531 + Packaging update + Ben Iofel + iofelben@gmail.com + + + \ No newline at end of file