flashrom
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
mesontools.configure("--default-library=both")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
@@ -20,4 +20,4 @@ def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libftdi-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -32,13 +33,14 @@
|
||||
<Package>
|
||||
<Name>flashrom</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libftdi-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>libftdi</Dependency>
|
||||
<Dependency>pciutils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
Reference in New Issue
Block a user