diff --git a/programming/misc/boost/actions.py b/programming/misc/boost/actions.py
index b39c1f80e5..ade7da0b83 100644
--- a/programming/misc/boost/actions.py
+++ b/programming/misc/boost/actions.py
@@ -8,13 +8,20 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
+#WorkDir = "boost-%s" % get.srcVERSION()
+
def setup():
- shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
+ shelltools.cd("%s" % get.workDIR())
+ shelltools.move("boost_*", "boost-%s" % get.srcVERSION())
- #hata vermemesi icin doysa isminin alt tire isaretinden ayıklanması boost-1.63.0 gibi düzeltilmesi gerekli
+ shelltools.cd("boost-%s" % get.srcVERSION())
shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
+
+ shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
+
+ #shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
shelltools.cd("../boost-%s-36" % get.srcVERSION())
shelltools.system("sed -e '/using python/ s@;@: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
-i bootstrap.sh")
diff --git a/programming/misc/boost/pspec.xml b/programming/misc/boost/pspec.xml
index 9e28dc593f..79556564ed 100644
--- a/programming/misc/boost/pspec.xml
+++ b/programming/misc/boost/pspec.xml
@@ -13,7 +13,7 @@
library
Peer-reviewed portable C++ source libraries
Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.
- https://sourceforge.net/projects/pisilinux/files/source/boost-1.66.0.tar.bz2
+ https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.bz2
bzip2
zlib-devel
@@ -84,6 +84,13 @@
+
+ 2018-07-25
+ 1.66.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-03-22
1.66.0