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