@@ -0,0 +1,23 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>flashrom</Name>
|
||||
<Homepage>https://www.flashrom.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Utility for reading, writing, erasing and verifying flash ROM chips</Summary>
|
||||
<Icon>flashrom</Icon>
|
||||
<Description>Flash çip içeriğini okumak/yazmak için basit program</Description>
|
||||
<Archive sha1sum="4e863c865a8204639add9532b4c8913db46a6501" type="tarbz2">https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>dmidecode</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libftdi-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>flashrom.patch</Patch>
|
||||
<Patch level="1">flashrom.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>flashrom</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libftdi-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>flashrom-devel</Name>
|
||||
<Summary>Development files for flashrom</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">flashrom</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-23</Date>
|
||||
<Version>1.2</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>flashrom</Name>
|
||||
<Summary xml:lang="tr">Utility for reading, writing, erasing and verifying flash ROM chips</Summary>
|
||||
<Description xml:lang="tr">Flash çip içeriğini okumak/yazmak için basit program</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+292415
-292341
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
7820dfc05c2b239b09ef6a1eb50bd941788b70d4
|
||||
e6c7af125eb07a5a95f9443db604685e13390c59
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5cc03751444234269b77e733bb0b80f6dbbb6c19
|
||||
4c036a5986c0f4c286eb405610f16bb2fe4e55fb
|
||||
Reference in New Issue
Block a user