@@ -16,7 +16,7 @@ def build():
|
|||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
pisitools.dosed("config/Makefile.linux", "LD = cc", "LD = gcc -m32")
|
pisitools.dosed("config/Makefile.linux", "LD = cc", "LD = gcc -m32")
|
||||||
shelltools.system("sed -i 's|lib64|lib32|' config/Makefile.linux")
|
shelltools.system("sed -i 's|lib64|lib32|' config/Makefile.linux")
|
||||||
autotools.make('CC="%s -m32" CXXFLAGS="%s"' % (get.CC(), get.CXXFLAGS()))
|
autotools.make('CC="%s -m32" CXXFLAGS="%s" LIBDIR=/usr/lib32' % (get.CC(), get.CXXFLAGS()))
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
autotools.make('CC=%s CXXFLAGS="%s"' % (get.CC(), get.CXXFLAGS()))
|
autotools.make('CC=%s CXXFLAGS="%s"' % (get.CC(), get.CXXFLAGS()))
|
||||||
@@ -31,7 +31,7 @@ def install():
|
|||||||
PKGDIR=%s/usr/lib32/pkgconfig" % (get.installDIR() , get.installDIR(), get.installDIR(), get.installDIR(), get.installDIR()))
|
PKGDIR=%s/usr/lib32/pkgconfig" % (get.installDIR() , get.installDIR(), get.installDIR(), get.installDIR(), get.installDIR()))
|
||||||
|
|
||||||
pisitools.remove("/usr/lib32/libGLEW.a")
|
pisitools.remove("/usr/lib32/libGLEW.a")
|
||||||
pisitools.dosed("%s/usr/lib32/pkgconfig/glew.pc" % get.installDIR(), "/usr/lib", "/usr/lib32")
|
#pisitools.dosed("%s/usr/lib32/pkgconfig/glew.pc" % get.installDIR(), "/usr/lib", "/usr/lib32")
|
||||||
return
|
return
|
||||||
|
|
||||||
autotools.rawInstall("GLEW_DEST=%s/usr/ \
|
autotools.rawInstall("GLEW_DEST=%s/usr/ \
|
||||||
@@ -43,4 +43,4 @@ def install():
|
|||||||
pisitools.dobin("bin/visualinfo")
|
pisitools.dobin("bin/visualinfo")
|
||||||
|
|
||||||
pisitools.dohtml("doc/*")
|
pisitools.dohtml("doc/*")
|
||||||
pisitools.dodoc("README.md", "doc/*.txt", "LICENSE.txt")
|
pisitools.dodoc("README.md", "doc/*.txt", "LICENSE.txt")
|
||||||
|
|||||||
@@ -75,6 +75,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2019-01-23</Date>
|
||||||
|
<Version>2.1.0</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2018-07-27</Date>
|
<Date>2018-07-27</Date>
|
||||||
<Version>2.1.0</Version>
|
<Version>2.1.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user