@@ -0,0 +1,25 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
# pciutils
|
||||||
|
pisitools.remove("/usr/share/hwdata/pci.ids")
|
||||||
|
# usbutils
|
||||||
|
pisitools.remove("/usr/share/hwdata/usb.ids")
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "LICENSE", "README")
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>hwdata</Name>
|
||||||
|
<Homepage>https://github.com/vcrhonek/hwdata</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>data:</IsA>
|
||||||
|
<Summary>Hardware identification and configuration data</Summary>
|
||||||
|
<Description>Hardware identification and configuration data</Description>
|
||||||
|
<Archive sha1sum="22397fea94f7b6523913f9aacfdc40425849079e" type="targz">https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.362.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<!-- <Dependency>Dep1-devel</Dependency> -->
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>hwdata.patch</Patch>
|
||||||
|
<Patch level="1">hwdata.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>hwdata</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/hwdata</Path>
|
||||||
|
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-09-14</Date>
|
||||||
|
<Version>0.362</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>hwdata</Name>
|
||||||
|
<Summary xml:lang="tr">Hardware identification and configuration data</Summary>
|
||||||
|
<Description xml:lang="tr">Hardware identification and configuration data</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+2994
-1475
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
93c6ee61889d65329c957995d8d3064e78f8e137
|
93d58bbd6174d8d48f41937f77b794f41ab08df0
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
39d1e767eaea7c743abd06d80ccdac2d5cc41b41
|
5c4a05d99dab44cd5f75d8fc9de3ba9b946d2cc1
|
||||||
Reference in New Issue
Block a user