version update sync with lfs

This commit is contained in:
Ertuğrul Erata
2015-08-25 14:48:09 +03:00
parent dd8c285637
commit db7958cf66
8 changed files with 66 additions and 15 deletions
+5 -1
View File
@@ -91,7 +91,7 @@ def install():
shelltools.cd("../%s" % NCURSES)
for lib in ["ncurses", "form", "panel", "menu"]:
pisitools.dolib_so("lib/lib%s.so.%s" % (lib, get.srcVERSION()), destinationDirectory = LIB)
pisitools.dosym("lib%s.so.%s" % (lib, get.srcVERSION()), "%s/lib%s.so.5" % (LIB, lib))
pisitools.dosym("lib%s.so.%s" % (lib, get.srcVERSION()), "%s/lib%s.so.6" % (LIB, lib))
if get.buildTYPE() == "_emul32":
pisitools.removeDir("/_emul32")
@@ -103,3 +103,7 @@ def install():
#for fix
pisitools.dosym("libncursesw.so.6.0", "%s/libncursesw.so.5" % LIB)
pisitools.dosym("libncurses.so.6.0", "%s/libncurses.so.5" % LIB)
pisitools.dosym("libpanelw.so.6.0", "%s/libpanelw.so.5" % LIB)
pisitools.dosym("libformw.so.6.0", "%s/libformw.so.5" % LIB)
pisitools.dosym("libmenuw.so.6.0", "%s/libmenuw.so.5" % LIB)
+2
View File
@@ -41,9 +41,11 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/static</Path>
<Path fileType="library">/usr/lib32/static</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
</Files>
</Package>