Kaydet (Commit) 2e531579 authored tarafından Your Name's avatar Your Name

acpica

üst de64b854
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import get
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>acpica</Name>
<Homepage>http://acpica.freedesktop.org</Homepage>
<Packager>
<Name>Suleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>GPLv2+</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>ACPI tools, including Intel ACPI Source Language compiler</Summary>
<Description>ACPI tools, including Intel ACPI Source Language compiler</Description>
<Archive sha1sum="6291500087666ee427e03e9f444d55ebfb04f3bd" >https://acpica.org/sites/acpica/files/acpica-unix-20201113.tar.gz</Archive>
</Source>
<Package>
<Name>acpica</Name>
<Files>
<Path fileType="data">/lib</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/var/lib/</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>acpica-devel</Name>
<Summary>Development files for acpica</Summary>
<RuntimeDependencies>
<Dependency release="current">acpica</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-09-14</Date>
<Version>20201113</Version>
<Comment>First release</Comment>
<Name>Suleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
......@@ -57229,6 +57229,57 @@ ChangeLog: https://docs.python.org/release/3.8.3/whatsnew/changelog.html#changel
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>acpica</Name>
<Homepage>http://acpica.freedesktop.org</Homepage>
<Packager>
<Name>Suleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>GPLv2+</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>hardware.powermanagement</PartOf>
<Summary xml:lang="en">ACPI tools, including Intel ACPI Source Language compiler</Summary>
<Description xml:lang="en">ACPI tools, including Intel ACPI Source Language compiler</Description>
<Archive sha1sum="6291500087666ee427e03e9f444d55ebfb04f3bd">https://acpica.org/sites/acpica/files/acpica-unix-20201113.tar.gz</Archive>
<SourceURI>hardware/powermanagement/acpica/pspec.xml</SourceURI>
</Source>
<Package>
<Name>acpica</Name>
<Files>
<Path fileType="data">/lib</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/var/lib/</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>acpica-devel</Name>
<Summary xml:lang="en">Development files for acpica</Summary>
<RuntimeDependencies>
<Dependency release="1">acpica</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-09-14</Date>
<Version>20201113</Version>
<Comment>First release</Comment>
<Name>Suleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lm_sensors</Name>
04bbae76f36ba0443a35681e600c52ce913f4e6e
\ No newline at end of file
5923ed88b6dcd930297eb6f2122e05daaaa43128
\ No newline at end of file
8ba4495b91854a03425d0c92a302a21d2dd175e5
\ No newline at end of file
92d6ffde0426806948adc0de42204f4f70fcc831
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment