ncurses rebuild
This commit is contained in:
@@ -41,11 +41,13 @@ def setup():
|
||||
if get.buildTYPE() == "_emul32":
|
||||
pisitools.flags.add("-m32")
|
||||
pisitools.ldflags.add("-m32")
|
||||
shelltools.export("CC", "gcc -m32")
|
||||
shelltools.export("CXX", "g++ -m32")
|
||||
shelltools.export("PKG_CONFIG_LIBDIR", "/usr/lib32/pkgconfig")
|
||||
pisitools.dosed("%s/misc/gen-pkgconfig.in" % WORKDIR, "^(show_prefix=).*", "\\1'/usr'")
|
||||
CONFIGPARAMS += " --prefix=/_emul32 \
|
||||
--libdir=/usr/lib32 \
|
||||
--includedir=/usr/include \
|
||||
--includedir=/_emul32/include \
|
||||
--libexecdir=/_emul32/lib \
|
||||
--bindir=/_emul32/bin \
|
||||
--sbindir=/_emul32/sbin \
|
||||
@@ -92,11 +94,11 @@ def install():
|
||||
pisitools.dosym("libncurses.a", "%s/libcurses.a" % LIB)
|
||||
|
||||
#for fix
|
||||
pisitools.dosym("libncursesw.so.6.1", "%s/libncursesw.so.5" % LIB)
|
||||
pisitools.dosym("libncurses.so.6.1", "%s/libncurses.so.5" % LIB)
|
||||
pisitools.dosym("libpanelw.so.6.1", "%s/libpanelw.so.5" % LIB)
|
||||
pisitools.dosym("libformw.so.6.1", "%s/libformw.so.5" % LIB)
|
||||
pisitools.dosym("libmenuw.so.6.1", "%s/libmenuw.so.5" % LIB)
|
||||
pisitools.dosym("libncursesw.so.6.2", "%s/libncursesw.so.5" % LIB)
|
||||
pisitools.dosym("libncurses.so.6.2", "%s/libncurses.so.5" % LIB)
|
||||
pisitools.dosym("libpanelw.so.6.2", "%s/libpanelw.so.5" % LIB)
|
||||
pisitools.dosym("libformw.so.6.2", "%s/libformw.so.5" % LIB)
|
||||
pisitools.dosym("libmenuw.so.6.2", "%s/libmenuw.so.5" % LIB)
|
||||
|
||||
shelltools.cd("../%s" % NCURSES)
|
||||
for lib in ["ncurses", "form", "panel", "menu"]:
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Console display library</Summary>
|
||||
<Description>The NCurses is a library of functions that manage an application's display on character-cell terminals. The NCurses library defines many functions such as moving mouse and cursor, keyboard mapping and dispaying in color.</Description>
|
||||
<Archive sha1sum="57acf6bc24cacd651d82541929f726f4def780cc" type="targz">mirrors://gnu/ncurses/ncurses-6.1.tar.gz</Archive>
|
||||
<Archive sha1sum="56e410fb77f2b5501a0b2f6a995376f3cefe1097" type="targz">mirrors://gnu/ncurses/ncurses-6.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnuconfig</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<!-- <Dependency>readline-devel</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>6.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>6.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user