@@ -10,8 +10,8 @@ from pisi.actionsapi import libtools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
libtools.libtoolize("--force --install")
|
#libtools.libtoolize("--force --install")
|
||||||
autotools.configure("--disable-doc \
|
autotools.configure("--disable-doc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-ruby \
|
--disable-ruby \
|
||||||
@@ -26,6 +26,8 @@ def setup():
|
|||||||
--enable-x11 \
|
--enable-x11 \
|
||||||
--with-x \
|
--with-x \
|
||||||
--x-libraries=/usr/lib")
|
--x-libraries=/usr/lib")
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
@@ -19,6 +18,8 @@
|
|||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>imlib2-devel</Dependency>
|
<Dependency>imlib2-devel</Dependency>
|
||||||
<Dependency>slang-devel</Dependency>
|
<Dependency>slang-devel</Dependency>
|
||||||
|
<Dependency>ncurses-devel</Dependency>
|
||||||
|
<Dependency>libX11-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user