wok-next rev 19765

Up icu, libboost...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 12 11:39:09 2017 +0300 (2017-06-12)
parents 1406b58b9671
children 8f49962222b8
files ardour/receipt bastet/receipt bastet/stuff/bastet.desktop bastet/stuff/bastet16.png bastet/stuff/bastet48.png bastet/stuff/install.patch bastet/stuff/patches/install.patch bastet/stuff/patches/series blender/receipt cgal/receipt clucene-dev/receipt cmake/receipt cocoalib/receipt e4rat/receipt encfs/receipt exempi-dev/receipt exempi/receipt fritzing/receipt frogatto/receipt gcc/receipt giac/receipt gnuradio/receipt gource/receipt icu-dev/receipt icu/receipt icu/stuff/patches/icu4c-58.2-fix_enumeration-1.patch icu/stuff/patches/series libboost-chrono-dev/receipt libboost-chrono/receipt libboost-date-time-dev/receipt libboost-date-time/receipt libboost-dev/receipt libboost-doc/receipt libboost-filesystem-dev/receipt libboost-filesystem/receipt libboost-graph-dev/receipt libboost-graph/receipt libboost-iostreams-dev/receipt libboost-iostreams/receipt libboost-math-dev/receipt libboost-math/receipt libboost-program-options-dev/receipt libboost-program-options/receipt libboost-python-dev/receipt libboost-python/receipt libboost-regex-dev/receipt libboost-regex/receipt libboost-serialization-dev/receipt libboost-serialization/receipt libboost-signals-dev/receipt libboost-signals/receipt libboost-system-dev/receipt libboost-system/receipt libboost-test-dev/receipt libboost-test/receipt libboost-thread-dev/receipt libboost-thread/receipt libboost-tr1-dev/receipt libboost-tr1/receipt libboost-wave-dev/receipt libboost-wave/receipt libboost/receipt libtorrent-rasterbar-dev/receipt libtorrent-rasterbar/receipt lucene++-dev/receipt lucene++/receipt mongodb/receipt mupen64plus/receipt openscad/receipt ori/receipt pgrouting/receipt pingus/receipt python-pyexiv2/receipt sdcc/receipt slitaz-tic-tac-toe/receipt slitaz-tic-tac-toe/stuff/share/applications/slitaz-tic-tac-toe.desktop slitaz-toolchain/receipt stellarium/receipt stuntman/receipt uhd/receipt vmware-view-open-client/receipt wesnoth/receipt
line diff
     1.1 --- a/ardour/receipt	Sun Jun 11 00:18:04 2017 +0300
     1.2 +++ b/ardour/receipt	Mon Jun 12 11:39:09 2017 +0300
     1.3 @@ -13,12 +13,12 @@
     1.4  
     1.5  DEPENDS="liblrdf ladspa liblo libgnomecanvas libusb-compat aubio libsndfile \
     1.6  libsamplerate raptor fftw libxslt libgnomecanvasmm soundtouch"
     1.7 -BUILD_DEPENDS="scons libboost-dev libboost-thread-dev libboost-math-dev \
     1.8 +BUILD_DEPENDS="scons libboost-dev libboost-thread libboost-math \
     1.9  jack-audio-connection-kit-dev alsa-lib-dev liblo-dev aubio-dev libxslt-dev \
    1.10  libsndfile-dev ladspa-dev liblrdf-dev libart_lgpl-dev libusb-dev \
    1.11  libsamplerate-dev curl-dev fftw-dev soundtouch-dev raptor-dev \
    1.12  libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev \
    1.13 -libboost-system-dev"
    1.14 +libboost-system"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
     2.1 --- a/bastet/receipt	Sun Jun 11 00:18:04 2017 +0300
     2.2 +++ b/bastet/receipt	Mon Jun 12 11:39:09 2017 +0300
     2.3 @@ -1,34 +1,30 @@
     2.4 -# SliTaz package receipt.
     2.5 +# SliTaz package receipt v2.
     2.6  
     2.7  PACKAGE="bastet"
     2.8 -VERSION="0.43.1"
     2.9 +VERSION="0.43.2"
    2.10  CATEGORY="games"
    2.11 -SHORT_DESC="Bastard tetris clone."
    2.12 +SHORT_DESC="Bastard tetris clone"
    2.13  MAINTAINER="pankso@slitaz.org"
    2.14  LICENSE="GPL3"
    2.15  WEB_SITE="http://fph.altervista.org/prog/bastet.html"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz"
    2.19 -TAGS="tetris"
    2.20 -GENERIC_MENUS="no"
    2.21  
    2.22 -DEPENDS="gcc-lib-base glibc-base libboost-program-options libtinfo ncurses"
    2.23 -BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev \
    2.24 -libboost-tr1-dev"
    2.25 +BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options"
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30 -	cp -a $stuff/bastet* $src
    2.31 -	patch -p1 -i $stuff/install.patch
    2.32 +	cp $stuff/*.png $src
    2.33  
    2.34 -	make 2>/dev/null && make install
    2.35 +	make && make install
    2.36  }
    2.37  
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.39  genpkg_rules()
    2.40  {
    2.41 -	cook_copy_files bastet
    2.42 -	cook_copy_icons
    2.43 -	cp -a $install/var $fs
    2.44 +	copy @std
    2.45 +	DEPENDS="libboost-program-options ncurses"
    2.46 +	TAGS="tetris"
    2.47  }
     3.1 --- a/bastet/stuff/bastet.desktop	Sun Jun 11 00:18:04 2017 +0300
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,12 +0,0 @@
     3.4 -[Desktop Entry]
     3.5 -Type=Application
     3.6 -Name=Bastard Tetris
     3.7 -Name[ru]=Подлый тетрис
     3.8 -GenericName=Tetris clone
     3.9 -GenericName[ru]=Клон тетриса
    3.10 -Comment=Play to bastard tetris
    3.11 -Comment[ru]=Сыграйте в подлый тетрис
    3.12 -Terminal=true
    3.13 -Exec=bastet
    3.14 -Icon=bastet
    3.15 -Categories=Game;BlocksGame;ConsoleOnly;
     4.1 Binary file bastet/stuff/bastet16.png has changed
     5.1 Binary file bastet/stuff/bastet48.png has changed
     6.1 --- a/bastet/stuff/install.patch	Sun Jun 11 00:18:04 2017 +0300
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,45 +0,0 @@
     6.4 ---- a/Makefile
     6.5 -+++ b/Makefile
     6.6 -@@ -1,15 +1,26 @@
     6.7 -+prefix = /usr
     6.8 -+exec_prefix = ${prefix}
     6.9 -+datarootdir = ${prefix}/share
    6.10 -+bindir = ${exec_prefix}/games
    6.11 -+mandir = ${datarootdir}/man/man6
    6.12 -+appdir = ${datarootdir}/applications
    6.13 -+icondir = ${datarootdir}/icons/hicolor
    6.14 -+icon16dir = ${icondir}/16x16/apps
    6.15 -+icon48dir = ${icondir}/48x48/apps
    6.16 -+scoredir = /var/games
    6.17 -+
    6.18 - SOURCES=Ui.cpp Block.cpp Well.cpp BlockPosition.cpp Config.cpp BlockChooser.cpp BastetBlockChooser.cpp
    6.19 - MAIN=main.cpp
    6.20 - TESTS=Test.cpp
    6.21 - PROGNAME=bastet
    6.22 - BOOST_PO?=-lboost_program_options
    6.23 --LDFLAGS+=-lncurses $(BOOST_PO)
    6.24 -+LDFLAGS+=-lncurses -ltinfo $(BOOST_PO)
    6.25 - #CXXFLAGS+=-ggdb -Wall
    6.26 - CXXFLAGS+=-DNDEBUG -Wall
    6.27 - #CXXFLAGS+=-pg
    6.28 - #LDFLAGS+=-pg
    6.29 - 
    6.30 --all: $(PROGNAME) $(TESTS:.cpp=)
    6.31 -+all: depend $(PROGNAME) $(TESTS:.cpp=)
    6.32 - 
    6.33 - Test: $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o)
    6.34 - 	$(CXX) -ggdb -o $(TESTS:.cpp=) $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o) $(LDFLAGS) 
    6.35 -@@ -27,3 +38,13 @@
    6.36 - 
    6.37 - mrproper: clean
    6.38 - 	rm -f *~
    6.39 -+
    6.40 -+install:
    6.41 -+	install -d $(DESTDIR)${bindir} $(DESTDIR)${scoredir} $(DESTDIR)${appdir} \
    6.42 -+		$(DESTDIR)${icon16dir} $(DESTDIR)${icon48dir} $(DESTDIR)${mandir}
    6.43 -+	install -m0755 bastet $(DESTDIR)${bindir}
    6.44 -+	install -m0666 /dev/null $(DESTDIR)${scoredir}/bastet.scores2
    6.45 -+	install -m0644 bastet.desktop $(DESTDIR)${appdir}
    6.46 -+	install -m0644 bastet16.png $(DESTDIR)${icon16dir}/bastet.png
    6.47 -+	install -m0644 bastet48.png $(DESTDIR)${icon48dir}/bastet.png
    6.48 -+	install -m0644 bastet.6 $(DESTDIR)${mandir}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/bastet/stuff/patches/install.patch	Mon Jun 12 11:39:09 2017 +0300
     7.3 @@ -0,0 +1,40 @@
     7.4 +--- a/Makefile
     7.5 ++++ b/Makefile
     7.6 +@@ -1,3 +1,14 @@
     7.7 ++prefix = /usr
     7.8 ++exec_prefix = ${prefix}
     7.9 ++datarootdir = ${prefix}/share
    7.10 ++bindir = ${exec_prefix}/games
    7.11 ++mandir = ${datarootdir}/man/man6
    7.12 ++appdir = ${datarootdir}/applications
    7.13 ++icondir = ${datarootdir}/icons/hicolor
    7.14 ++icon16dir = ${icondir}/16x16/apps
    7.15 ++icon48dir = ${icondir}/48x48/apps
    7.16 ++scoredir = /var/games
    7.17 ++
    7.18 + SOURCES=Ui.cpp Block.cpp Well.cpp BlockPosition.cpp Config.cpp BlockChooser.cpp BastetBlockChooser.cpp
    7.19 + MAIN=main.cpp
    7.20 + TESTS=Test.cpp
    7.21 +@@ -9,7 +20,7 @@
    7.22 + #CXXFLAGS+=-pg
    7.23 + #LDFLAGS+=-pg
    7.24 + 
    7.25 +-all: $(PROGNAME) $(TESTS:.cpp=)
    7.26 ++all: depend $(PROGNAME) $(TESTS:.cpp=)
    7.27 + 
    7.28 + Test: $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o)
    7.29 + 	$(CXX) -ggdb -o $(TESTS:.cpp=) $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o) $(LDFLAGS) 
    7.30 +@@ -27,3 +38,13 @@
    7.31 + 
    7.32 + mrproper: clean
    7.33 + 	rm -f *~
    7.34 ++
    7.35 ++install:
    7.36 ++	install -d $(DESTDIR)${bindir} $(DESTDIR)${scoredir} $(DESTDIR)${appdir} \
    7.37 ++		$(DESTDIR)${icon16dir} $(DESTDIR)${icon48dir} $(DESTDIR)${mandir}
    7.38 ++	install -m0755 bastet $(DESTDIR)${bindir}
    7.39 ++	install -m0666 /dev/null $(DESTDIR)${scoredir}/bastet.scores2
    7.40 ++	install -m0644 bastet.desktop $(DESTDIR)${appdir}
    7.41 ++	install -m0644 bastet16.png $(DESTDIR)${icon16dir}/bastet.png
    7.42 ++	install -m0644 bastet48.png $(DESTDIR)${icon48dir}/bastet.png
    7.43 ++	install -m0644 bastet.6 $(DESTDIR)${mandir}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/bastet/stuff/patches/series	Mon Jun 12 11:39:09 2017 +0300
     8.3 @@ -0,0 +1,1 @@
     8.4 +install.patch
     9.1 --- a/blender/receipt	Sun Jun 11 00:18:04 2017 +0300
     9.2 +++ b/blender/receipt	Mon Jun 12 11:39:09 2017 +0300
     9.3 @@ -15,11 +15,11 @@
     9.4  DEPENDS="py3k mesa libsdl libsamplerate libdrm jpeg libglu-mesa openjpeg \
     9.5  ffmpeg lcms openexr desktop-file-utils libgomp tiff libpng freeglut \
     9.6  freetype openal zlib librsvg glew libboost-filesystem libboost-regex \
     9.7 -libboost-thread libboost-date-time libboost-dev"
     9.8 +libboost-thread libboost-date-time libboost-dev" #libboost-dev?
     9.9  BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \
    9.10  gettext mesa-dev freeglut-dev librsvg-dev openexr-dev tiff-dev openal-dev \
    9.11  libglu-mesa libsdl-dev py3k-dev libsamplerate-dev ffmpeg-dev lcms-dev openjpeg-dev \
    9.12 -libboost-dev libboost-math-dev libboost-tr1-dev libboost-filesystem-dev \
    9.13 +libboost-dev libboost-math libboost-math-tr1 libboost-filesystem \
    9.14  libglu-mesa-dev glew-dev"
    9.15  
    9.16  # Rules to configure and make the package.
    10.1 --- a/cgal/receipt	Sun Jun 11 00:18:04 2017 +0300
    10.2 +++ b/cgal/receipt	Mon Jun 12 11:39:09 2017 +0300
    10.3 @@ -12,7 +12,7 @@
    10.4  WGET_URL="https://gforge.inria.fr/frs/download.php/file/33526/$TARBALL"
    10.5  
    10.6  DEPENDS="libboost-thread libboost-system gcc-lib-base"
    10.7 -BUILD_DEPENDS="wget cmake libboost-dev gmp-dev mpfr-dev libboost-thread-dev"
    10.8 +BUILD_DEPENDS="wget cmake libboost-dev gmp-dev mpfr-dev libboost-thread"
    10.9  
   10.10  # Rules to configure and make the package.
   10.11  compile_rules()
    11.1 --- a/clucene-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,20 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="clucene-dev"
    11.7 -VERSION="0.9.21b"
    11.8 -CATEGORY="system-tools"
    11.9 -SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine"
   11.10 -MAINTAINER="domcox@slitaz.org"
   11.11 -LICENSE="LGPL Apache"
   11.12 -WANTED="clucene"
   11.13 -WEB_SITE="http://sourceforge.net/projects/clucene/"
   11.14 -
   11.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.16 -genpkg_rules()
   11.17 -{
   11.18 -	mkdir -p $fs/usr/lib $fs/usr/include
   11.19 -	cp -a $install/usr/include $fs/usr
   11.20 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   11.21 -	cp -a $install/usr/lib/CLucene $fs/usr/lib
   11.22 -}
   11.23 -
    12.1 --- a/cmake/receipt	Sun Jun 11 00:18:04 2017 +0300
    12.2 +++ b/cmake/receipt	Mon Jun 12 11:39:09 2017 +0300
    12.3 @@ -1,7 +1,7 @@
    12.4 -# SliTaz package receipt.
    12.5 +# SliTaz package receipt v2.
    12.6  
    12.7  PACKAGE="cmake"
    12.8 -VERSION="3.6.1"
    12.9 +VERSION="3.7.2"
   12.10  CATEGORY="development"
   12.11  SHORT_DESC="Cross-platform build system generator"
   12.12  MAINTAINER="pankso@slitaz.org"
   12.13 @@ -11,13 +11,15 @@
   12.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.15  WGET_URL="http://www.cmake.org/files/v${VERSION%.*}/$TARBALL"
   12.16  
   12.17 -DEPENDS="expat libarchive libcurl ncurses-libform zlib"
   12.18 -BUILD_DEPENDS="zlib-dev curl-dev bzip2-dev liblzma-dev libarchive-dev \
   12.19 +BUILD_DEPENDS="zlib-dev curl-dev bzip2-dev xz-dev libarchive-dev \
   12.20  expat-dev ncurses-dev gfortran"
   12.21  
   12.22  # Rules to configure and make the package.
   12.23  compile_rules()
   12.24  {
   12.25 +	sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt &&
   12.26 +	sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &&
   12.27 +
   12.28  	./bootstrap \
   12.29  		--prefix=/usr \
   12.30  		--system-libs \
   12.31 @@ -31,5 +33,6 @@
   12.32  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.33  genpkg_rules()
   12.34  {
   12.35 -	cook_copy_folders bin aclocal cmake-${VERSION%.*}
   12.36 +	copy @std @dev
   12.37 +	DEPENDS="expat libarchive libcurl ncurses-libform zlib"
   12.38  }
    13.1 --- a/cocoalib/receipt	Sun Jun 11 00:18:04 2017 +0300
    13.2 +++ b/cocoalib/receipt	Mon Jun 12 11:39:09 2017 +0300
    13.3 @@ -11,9 +11,9 @@
    13.4  WGET_URL="${WEB_SITE}tgz/$TARBALL"
    13.5  
    13.6  DEPENDS="gmp gsl libboost-thread libboost-system libboost-filesystem \
    13.7 -libboost-iostreams libboost-tr1"
    13.8 -BUILD_DEPENDS="bash gmp-dev gsl-dev libboost-thread-dev libboost-system-dev \
    13.9 -libboost-filesystem-dev libboost-iostreams-dev libboost-tr1-dev"
   13.10 +libboost-iostreams libboost-math-tr1"
   13.11 +BUILD_DEPENDS="bash gmp-dev gsl-dev libboost-dev libboost-thread libboost-system \
   13.12 +libboost-filesystem libboost-iostreams libboost-math-tr1"
   13.13  
   13.14  # Rules to configure and make the package.
   13.15  compile_rules()
    14.1 --- a/e4rat/receipt	Sun Jun 11 00:18:04 2017 +0300
    14.2 +++ b/e4rat/receipt	Mon Jun 12 11:39:09 2017 +0300
    14.3 @@ -11,8 +11,9 @@
    14.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    14.5  
    14.6  DEPENDS="e2fsprogs"
    14.7 -BUILD_DEPENDS="cmake e2fsprogs-dev libboost-system-dev libboost-filesystem-dev \
    14.8 -libboost-regex-dev libboost-signals-dev libboost-serialization-dev audit-dev perl"
    14.9 +BUILD_DEPENDS="cmake e2fsprogs-dev libboost-dev libboost-system \
   14.10 +libboost-filesystem libboost-regex libboost-signals libboost-serialization \
   14.11 +audit-dev perl"
   14.12  
   14.13  # Rules to configure and make the package.
   14.14  compile_rules()
    15.1 --- a/encfs/receipt	Sun Jun 11 00:18:04 2017 +0300
    15.2 +++ b/encfs/receipt	Mon Jun 12 11:39:09 2017 +0300
    15.3 @@ -13,8 +13,7 @@
    15.4  
    15.5  DEPENDS="fuse rlog openssl libboost-system libboost-serialization \
    15.6  libboost-filesystem gcc-lib-base"
    15.7 -BUILD_DEPENDS="fuse fuse-dev rlog rlog-dev openssl-dev libboost-system-dev \
    15.8 -libboost-serialization-dev libboost-filesystem-dev \
    15.9 +BUILD_DEPENDS="fuse fuse-dev rlog rlog-dev openssl-dev libboost-dev \
   15.10  libboost-system libboost-serialization libboost-filesystem"
   15.11  
   15.12  # Rules to configure and make the package.
    16.1 --- a/exempi-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,20 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="exempi-dev"
    16.7 -VERSION="2.1.1"
    16.8 -CATEGORY="libdevel"
    16.9 -LICENSE="GPL3"
   16.10 -SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)."
   16.11 -MAINTAINER="yuripourre@gmail.com"
   16.12 -WEB_SITE="http://libopenraw.freedesktop.org/wiki/Exempi/"
   16.13 -WANTED="exempi"
   16.14 -DEPENDS="exempi"
   16.15 -
   16.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.17 -genpkg_rules()
   16.18 -{
   16.19 -	mkdir -p $fs/usr/lib $fs/usr/include
   16.20 -	cp -a $install/usr/lib/*.la $fs/usr/lib
   16.21 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   16.22 -	cp -a $install/usr/include/* $fs/usr/include
   16.23 -}
    17.1 --- a/exempi/receipt	Sun Jun 11 00:18:04 2017 +0300
    17.2 +++ b/exempi/receipt	Mon Jun 12 11:39:09 2017 +0300
    17.3 @@ -1,24 +1,24 @@
    17.4 -# SliTaz package receipt.
    17.5 +# SliTaz package receipt v2.
    17.6  
    17.7  PACKAGE="exempi"
    17.8 -VERSION="2.1.1"
    17.9 +VERSION="2.4.2"
   17.10  CATEGORY="utilities"
   17.11  LICENSE="GPL3"
   17.12 -SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)."
   17.13 +SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
   17.14  MAINTAINER="yuripourre@gmail.com"
   17.15 +WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
   17.16 +
   17.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
   17.18 -WEB_SITE="http://libopenraw.freedesktop.org/wiki/Exempi/"
   17.19 -WGET_URL="http://libopenraw.freedesktop.org/download/$TARBALL"
   17.20 +WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
   17.21  
   17.22 -DEPENDS="expat"
   17.23 -BUILD_DEPENDS="expat-dev libboost-dev libboost-test-dev"
   17.24 +BUILD_DEPENDS="expat-dev zlib-dev libboost-dev libboost-unit-test-framework"
   17.25 +SPLIT="exempi-dev"
   17.26  
   17.27  # Rules to configure and make the package.
   17.28  compile_rules()
   17.29  {
   17.30 -	./configure              \
   17.31 -		--prefix=/usr    \
   17.32 -		--enable-static-no \
   17.33 +	./configure \
   17.34 +		--disable-static \
   17.35  		$CONFIGURE_ARGS &&
   17.36  	make &&
   17.37  	make DESTDIR=$DESTDIR install
   17.38 @@ -27,6 +27,8 @@
   17.39  # Rules to gen a SliTaz package suitable for Tazpkg.
   17.40  genpkg_rules()
   17.41  {
   17.42 -	mkdir -p $fs/usr/lib
   17.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   17.44 +	case $PACKAGE in
   17.45 +		exempi) copy @std; DEPENDS="expat zlib";;
   17.46 +		*-dev)  copy @dev; DEPENDS="expat-dev zlib-dev";;
   17.47 +	esac
   17.48  }
    18.1 --- a/fritzing/receipt	Sun Jun 11 00:18:04 2017 +0300
    18.2 +++ b/fritzing/receipt	Mon Jun 12 11:39:09 2017 +0300
    18.3 @@ -12,7 +12,7 @@
    18.4  HOST_ARCH="i486"
    18.5  
    18.6  DEPENDS="libboost-graph libQtCore libQtXml quazip"
    18.7 -BUILD_DEPENDS="libboost-dev libboost-graph-dev qmake Qt4-dev libQtNetwork \
    18.8 +BUILD_DEPENDS="libboost-dev libboost-graph qmake Qt4-dev libQtNetwork \
    18.9  quazip-dev"
   18.10  
   18.11  # Rules to configure and make the package.
    19.1 --- a/frogatto/receipt	Sun Jun 11 00:18:04 2017 +0300
    19.2 +++ b/frogatto/receipt	Mon Jun 12 11:39:09 2017 +0300
    19.3 @@ -10,19 +10,19 @@
    19.4  WEB_SITE="http://www.frogatto.com"
    19.5  WGET_URL="$WEB_SITE/files/$TARBALL"
    19.6  
    19.7 -DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer libpng \
    19.8 -libboost-regex libboost-system libboost-date-time libboost-thread libboost-iostreams \
    19.9 -frogatto-data"
   19.10 -BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev libsdl-dev libsdl-image-dev \
   19.11 -libsdl-ttf-dev libsdl-mixer-dev libpng-dev libboost-regex-dev libboost-system-dev \
   19.12 -libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev glew-dev"
   19.13 +DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer \
   19.14 +libpng libboost-regex libboost-system libboost-date-time libboost-thread \
   19.15 +libboost-iostreams frogatto-data"
   19.16 +BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev \
   19.17 +libsdl-dev libsdl-image-dev libsdl-ttf-dev libsdl-mixer-dev libpng-dev \
   19.18 +libboost-dev glew-dev"
   19.19  
   19.20  # Rules to configure and make the package.
   19.21  compile_rules()
   19.22  {
   19.23  	cd $src
   19.24  
   19.25 -	# Frogatto look for multithread libbost (*-mt.so) but we don't use
   19.26 +	# Frogatto look for multithread libboost (*-mt.so) but we don't use
   19.27  	# them in SliTaz, let's lure it.
   19.28  	for lib in $(ls /usr/lib/libboost*); do
   19.29  		link=$(echo $lib | sed 's/\./-mt./')
    20.1 --- a/gcc/receipt	Sun Jun 11 00:18:04 2017 +0300
    20.2 +++ b/gcc/receipt	Mon Jun 12 11:39:09 2017 +0300
    20.3 @@ -145,7 +145,7 @@
    20.4  			;;
    20.5  		libobjc)
    20.6  			copy libobjc.so*
    20.7 -			CATEGORY="libdevel|API for gcc object"
    20.8 +			CAT="libdevel|API for gcc object"
    20.9  			DEPENDS="gcc-lib-base"
   20.10  			;;
   20.11  	esac
    21.1 --- a/giac/receipt	Sun Jun 11 00:18:04 2017 +0300
    21.2 +++ b/giac/receipt	Mon Jun 12 11:39:09 2017 +0300
    21.3 @@ -13,7 +13,8 @@
    21.4  DEPENDS="gmp mpfr libpng gsl pari ntl readline cocoalib fltk gf2x"
    21.5  BUILD_DEPENDS="gmp-dev mpfr-dev libpng-dev gsl-dev pari-dev ntl readline-dev \
    21.6  cocoalib fltk-dev xorg-libX11-dev gf2x-dev xorg-libXinerama-dev libxml2-dev \
    21.7 -fltk-2.0.x-gl bison gfortran mesa-dev expat-dev gf2x-dev libboost-system-dev" # lapack
    21.8 +fltk-2.0.x-gl bison gfortran mesa-dev expat-dev gf2x-dev libboost-dev \
    21.9 +libboost-system" # lapack
   21.10  
   21.11  # Rules to configure and make the package.
   21.12  compile_rules()
    22.1 --- a/gnuradio/receipt	Sun Jun 11 00:18:04 2017 +0300
    22.2 +++ b/gnuradio/receipt	Mon Jun 12 11:39:09 2017 +0300
    22.3 @@ -14,9 +14,9 @@
    22.4  libboost-filesystem libboost-system libboost-thread orc alsa-lib \
    22.5  gsl fftw jack-audio-connection-kit portaudio"
    22.6  BUILD_DEPENDS="cmake fftw-dev python-numpy python-cheetah python-lxml \
    22.7 -libboost-filesystem-dev libboost-system-dev libboost-test-dev libboost-dev \
    22.8 -libboost-program-options-dev libboost-thread-dev libboost-tr1-dev \
    22.9 -libboost-regex-dev pygtk-dev libsdl-dev \
   22.10 +libboost-dev libboost-filesystem libboost-system libboost-unit-test-framework \
   22.11 +libboost-program-options libboost-thread libboost-math-tr1 libboost-regex \
   22.12 +pygtk-dev libsdl-dev \
   22.13  pkg-config swig cppunit-dev orc-dev python-sphinx gsl-dev libusb-dev \
   22.14  alsa-lib-dev jack-audio-connection-kit-dev portaudio-dev log4c-dev"
   22.15  
    23.1 --- a/gource/receipt	Sun Jun 11 00:18:04 2017 +0300
    23.2 +++ b/gource/receipt	Mon Jun 12 11:39:09 2017 +0300
    23.3 @@ -12,7 +12,7 @@
    23.4  
    23.5  DEPENDS="ftgl libsdl libsdl-image pcre glew freetype libboost-filesystem"
    23.6  BUILD_DEPENDS="mesa-dev ftgl-dev libsdl-image-dev pcre-dev glew-dev \
    23.7 -libsdl-dev freetype-dev libboost-filesystem-dev glm"
    23.8 +libsdl-dev freetype-dev libboost-dev libboost-filesystem glm"
    23.9  
   23.10  # Rules to configure and make the package.
   23.11  compile_rules()
    24.1 --- a/icu-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,21 +0,0 @@
    24.4 -# SliTaz package receipt.
    24.5 -
    24.6 -PACKAGE="icu-dev"
    24.7 -VERSION="54.1"
    24.8 -CATEGORY="development"
    24.9 -SHORT_DESC="Devel files for ICU lib."
   24.10 -WANTED="icu"
   24.11 -MAINTAINER="pankso@slitaz.org"
   24.12 -LICENSE="MIT"
   24.13 -WEB_SITE="http://www.icu-project.org/"
   24.14 -
   24.15 -DEPENDS="icu gcc-lib-base"
   24.16 -
   24.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   24.18 -genpkg_rules()
   24.19 -{
   24.20 -	mkdir -p $fs/usr/lib
   24.21 -	cp -a $install/usr/include $fs/usr
   24.22 -	cp -a $install/usr/lib/icu $fs/usr/lib
   24.23 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   24.24 -}
    25.1 --- a/icu/receipt	Sun Jun 11 00:18:04 2017 +0300
    25.2 +++ b/icu/receipt	Mon Jun 12 11:39:09 2017 +0300
    25.3 @@ -1,39 +1,36 @@
    25.4 -# SliTaz package receipt.
    25.5 +# SliTaz package receipt v2.
    25.6  
    25.7  PACKAGE="icu"
    25.8 -VERSION="54.1"
    25.9 +VERSION="58.2"
   25.10  CATEGORY="system-tools"
   25.11 -SHORT_DESC="C/C++ and Java libraries providing Unicode and Globalization."
   25.12 +SHORT_DESC="International Components for Unicode"
   25.13  MAINTAINER="pankso@slitaz.org"
   25.14  LICENSE="MIT"
   25.15 -SOURCE="icu4c"
   25.16 -TARBALL="$SOURCE-${VERSION//./_}-src.tgz"
   25.17 -WEB_SITE="http://www.icu-project.org/"
   25.18 -WGET_URL="http://download.icu-project.org/files/$SOURCE/$VERSION/$TARBALL"
   25.19 -#WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL"
   25.20 +WEB_SITE="http://site.icu-project.org/"
   25.21 +
   25.22 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   25.23 +WGET_URL="http://download.icu-project.org/files/icu4c/$VERSION/icu4c-${VERSION//./_}-src.tgz"
   25.24 +TARBALL_MD5="fac212b32b7ec7ab007a12dff1f3aea1"
   25.25 +
   25.26 +SPLIT="icu-dev"
   25.27  
   25.28  # Rules to configure and make the package.
   25.29  compile_rules()
   25.30  {
   25.31  	cd $src/source
   25.32 -	#sed -i 's/dirname -- /dirname/' configure
   25.33 -	#{
   25.34 -	./configure \
   25.35 -		--disable-tests \
   25.36 -		--disable-samples \
   25.37 -		--enable-auto-cleanup \
   25.38 -		$CONFIGURE_ARGS &&
   25.39 -	make &&
   25.40 -	make DESTDIR=$DESTDIR install
   25.41 -	#} 2>&1 | sed -e 's|\(./config.*\)No such file|\1no such file|'
   25.42 +	./configure $CONFIGURE_ARGS && make && make install
   25.43  }
   25.44  
   25.45  # Rules to gen a SliTaz package suitable for Tazpkg.
   25.46  genpkg_rules()
   25.47  {
   25.48 -	mkdir -p $fs/usr/lib $fs/usr/share
   25.49 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   25.50 -	cp -a $install/usr/bin $fs/usr/
   25.51 -	cp -a $install/usr/sbin $fs/usr/
   25.52 -	cp -a $install/usr/share/icu $fs/usr/share
   25.53 +	case $PACKAGE in
   25.54 +		icu)
   25.55 +			copy bin/ sbin/ *.so*
   25.56 +			;;
   25.57 +		*-dev)
   25.58 +			copy @std @dev
   25.59 +			remove_already_packed
   25.60 +			;;
   25.61 +	esac
   25.62  }
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/icu/stuff/patches/icu4c-58.2-fix_enumeration-1.patch	Mon Jun 12 11:39:09 2017 +0300
    26.3 @@ -0,0 +1,79 @@
    26.4 +Submitted By: Pierre Labastie <pierre dot labastie at neuf dot fr>
    26.5 +Date: 2016-11-15
    26.6 +Initial Package Version: 58.1
    26.7 +Upstream Status: Applied
    26.8 +Origin: Upstream, rediffed so that patch -p1 works.
    26.9 +Description: Fix a regression in 58.1, which made mozilla applications
   26.10 +segfault. See ticket #8527
   26.11 +
   26.12 +diff -Naur icu.old/source/common/ulist.c icu.new/source/common/ulist.c
   26.13 +--- icu.old/source/common/ulist.c	2016-06-15 20:58:17.000000000 +0200
   26.14 ++++ icu.new/source/common/ulist.c	2016-11-15 16:11:09.996596933 +0100
   26.15 +@@ -29,7 +29,6 @@
   26.16 +     UListNode *tail;
   26.17 +     
   26.18 +     int32_t size;
   26.19 +-    int32_t currentIndex;
   26.20 + };
   26.21 + 
   26.22 + static void ulist_addFirstItem(UList *list, UListNode *newItem);
   26.23 +@@ -51,7 +50,6 @@
   26.24 +     newList->head = NULL;
   26.25 +     newList->tail = NULL;
   26.26 +     newList->size = 0;
   26.27 +-    newList->currentIndex = -1;
   26.28 +     
   26.29 +     return newList;
   26.30 + }
   26.31 +@@ -80,8 +78,9 @@
   26.32 +     } else {
   26.33 +         p->next->previous = p->previous;
   26.34 +     }
   26.35 +-    list->curr = NULL;
   26.36 +-    list->currentIndex = 0;
   26.37 ++    if (p == list->curr) {
   26.38 ++        list->curr = p->next;
   26.39 ++    }
   26.40 +     --list->size;
   26.41 +     if (p->forceDelete) {
   26.42 +         uprv_free(p->data);
   26.43 +@@ -150,7 +149,6 @@
   26.44 +         newItem->next = list->head;
   26.45 +         list->head->previous = newItem;
   26.46 +         list->head = newItem;
   26.47 +-        list->currentIndex++;
   26.48 +     }
   26.49 +     
   26.50 +     list->size++;
   26.51 +@@ -193,7 +191,6 @@
   26.52 +     
   26.53 +     curr = list->curr;
   26.54 +     list->curr = curr->next;
   26.55 +-    list->currentIndex++;
   26.56 +     
   26.57 +     return curr->data;
   26.58 + }
   26.59 +@@ -209,7 +206,6 @@
   26.60 + U_CAPI void U_EXPORT2 ulist_resetList(UList *list) {
   26.61 +     if (list != NULL) {
   26.62 +         list->curr = list->head;
   26.63 +-        list->currentIndex = 0;
   26.64 +     }
   26.65 + }
   26.66 + 
   26.67 +@@ -272,4 +268,3 @@
   26.68 + U_CAPI UList * U_EXPORT2 ulist_getListFromEnum(UEnumeration *en) {
   26.69 +     return (UList *)(en->context);
   26.70 + }
   26.71 +-
   26.72 +diff -Naur icu.old/source/i18n/ucol_res.cpp icu.new/source/i18n/ucol_res.cpp
   26.73 +--- icu.old/source/i18n/ucol_res.cpp	2016-09-28 04:26:02.000000000 +0200
   26.74 ++++ icu.new/source/i18n/ucol_res.cpp	2016-11-15 16:11:10.000596933 +0100
   26.75 +@@ -680,6 +680,7 @@
   26.76 +         return NULL;
   26.77 +     }
   26.78 +     memcpy(en, &defaultKeywordValues, sizeof(UEnumeration));
   26.79 ++    ulist_resetList(sink.values);  // Initialize the iterator.
   26.80 +     en->context = sink.values;
   26.81 +     sink.values = NULL;  // Avoid deletion in the sink destructor.
   26.82 +     return en;
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/icu/stuff/patches/series	Mon Jun 12 11:39:09 2017 +0300
    27.3 @@ -0,0 +1,1 @@
    27.4 +icu4c-58.2-fix_enumeration-1.patch
    28.1 --- a/libboost-chrono-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,23 +0,0 @@
    28.4 -# SliTaz package receipt.
    28.5 -
    28.6 -PACKAGE="libboost-chrono-dev"
    28.7 -LIB_NAME="chrono"
    28.8 -VERSION="1.50.0"
    28.9 -
   28.10 -CATEGORY="development"
   28.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   28.12 -MAINTAINER="al.bobylev@gmail.com"
   28.13 -LICENSE="MIT"
   28.14 -WEB_SITE="http://www.boost.org/"
   28.15 -
   28.16 -DEPENDS="libboost-chrono libboost-system-dev"
   28.17 -WANTED="libboost-dev"
   28.18 -SOURCE="boost"
   28.19 -
   28.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   28.21 -genpkg_rules()
   28.22 -{
   28.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   28.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   28.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   28.26 -}
    29.1 --- a/libboost-chrono/receipt	Sun Jun 11 00:18:04 2017 +0300
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,22 +0,0 @@
    29.4 -# SliTaz package receipt.
    29.5 -
    29.6 -PACKAGE="libboost-chrono"
    29.7 -LIB_NAME="chrono"
    29.8 -VERSION="1.50.0"
    29.9 -
   29.10 -CATEGORY="development"
   29.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   29.12 -MAINTAINER="al.bobylev@gmail.com"
   29.13 -LICENSE="MIT"
   29.14 -WEB_SITE="http://www.boost.org/"
   29.15 -
   29.16 -DEPENDS="libboost-system"
   29.17 -WANTED="libboost-dev"
   29.18 -SOURCE="boost"
   29.19 -
   29.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   29.21 -genpkg_rules()
   29.22 -{
   29.23 -	mkdir -p $fs/usr/lib
   29.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   29.25 -}
    30.1 --- a/libboost-date-time-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,23 +0,0 @@
    30.4 -# SliTaz package receipt.
    30.5 -
    30.6 -PACKAGE="libboost-date-time-dev"
    30.7 -LIB_NAME="date_time"
    30.8 -VERSION="1.50.0"
    30.9 -
   30.10 -CATEGORY="development"
   30.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   30.12 -MAINTAINER="chadi.elahmad@gmail.com"
   30.13 -LICENSE="MIT"
   30.14 -WEB_SITE="http://www.boost.org/"
   30.15 -
   30.16 -DEPENDS="libboost-date-time libboost-serialization-dev libboost-dev "
   30.17 -WANTED="libboost-dev"
   30.18 -SOURCE="boost"
   30.19 -
   30.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   30.21 -genpkg_rules()
   30.22 -{
   30.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   30.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   30.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   30.26 -}
    31.1 --- a/libboost-date-time/receipt	Sun Jun 11 00:18:04 2017 +0300
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,21 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="libboost-date-time"
    31.7 -LIB_NAME="date_time"
    31.8 -VERSION="1.50.0"
    31.9 -
   31.10 -CATEGORY="development"
   31.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   31.12 -MAINTAINER="chadi.elahmad@gmail.com"
   31.13 -LICENSE="MIT"
   31.14 -WEB_SITE="http://www.boost.org/"
   31.15 -
   31.16 -WANTED="libboost-dev"
   31.17 -SOURCE="boost"
   31.18 -
   31.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   31.20 -genpkg_rules()
   31.21 -{
   31.22 -	mkdir -p $fs/usr/lib
   31.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   31.24 -}
    32.1 --- a/libboost-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,98 +0,0 @@
    32.4 -# SliTaz package receipt.
    32.5 -
    32.6 -# Boost is a set of two types of libraries. Most of them are just
    32.7 -# headers with inline functions, these are included in this package
    32.8 -# named libboost-dev. Some few set of libraries require build and 
    32.9 -# installation steps. These will be relocated and have their own two 
   32.10 -# packages : libboost-name and libboost-name-dev.
   32.11 -
   32.12 -# We have to do it this way because of the underscores
   32.13 -# to get a package with the slitaz version numbering
   32.14 -PACKAGE="libboost-dev"
   32.15 -SOURCE="boost"
   32.16 -VERSION="1.50.0"
   32.17 -WGET_SOURCE="boost_1_50_0"
   32.18 -
   32.19 -CATEGORY="development"
   32.20 -SHORT_DESC="Free peer-reviewed portable C++ source libraries."
   32.21 -MAINTAINER="chadi.elahmad@gmail.com"
   32.22 -LICENSE="MIT"
   32.23 -
   32.24 -TARBALL="$WGET_SOURCE.tar.bz2"
   32.25 -EXTRA_SOURCE_FILES="boost_changeset_75540.u"
   32.26 -WEB_SITE="http://www.boost.org/"
   32.27 -WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
   32.28 -
   32.29 -DEPENDS="gcc-lib-base libboost-math-dev libboost-date-time-dev \
   32.30 -libboost-chrono-dev"
   32.31 -BUILD_DEPENDS="python python-dev expat-dev expat zlib-dev bzip2-dev"
   32.32 -RELOCATE_LIBS="{ date_time filesystem graph iostreams \
   32.33 -	math program_options python regex serialization \
   32.34 -	signal system test thread tr1 wave }"
   32.35 -
   32.36 -
   32.37 -# Rules to configure and make the package.
   32.38 -# Uses boost:build building tool for the compilation:
   32.39 -#   Doesn't use DESTDIR.
   32.40 -#   Doesn't recognize the $CONFIGURE_ARGS, gives an error back
   32.41 -#   Have to add some params to get static libs compiled too
   32.42 -compile_rules()
   32.43 -{
   32.44 -	# Determine if TOOLPREFIX has been defined in tazwok.conf as it should
   32.45 -	if [ -z "$TOOLPREFIX" ] ; then
   32.46 -		# Provide a default TOOLPREFIX value
   32.47 -		TOOLPREFIX=$ARCH-pc-linux-gnu-
   32.48 -	fi
   32.49 -
   32.50 -	cd $src
   32.51 -	[ -s $SOURCES_REPOSITORY/boost_changeset_75540.u ] ||
   32.52 -	wget -O $SOURCES_REPOSITORY/boost_changeset_75540.u --no-check-certificate \
   32.53 -	  'https://svn.boost.org/trac/boost/changeset/75540?format=diff&new=75540'
   32.54 -	patch -p2 < $SOURCES_REPOSITORY/boost_changeset_75540.u || return 1
   32.55 -	./bootstrap.sh \
   32.56 -		--prefix=$DESTDIR/usr \
   32.57 -		--exec-prefix=$DESTDIR/usr \
   32.58 -		--libdir=$DESTDIR/usr/lib \
   32.59 -		--includedir=$DESTDIR/usr/include \
   32.60 -		--without-icu &&
   32.61 -	EXPAT_INCLUDE=/usr/include \
   32.62 -	EXPAT_LIBPATH=/usr/lib \
   32.63 -	./bjam \
   32.64 -		--prefix=$DESTDIR/usr \
   32.65 -		--exec-prefix=$DESTDIR/usr \
   32.66 -		--libdir=$DESTDIR/usr/lib \
   32.67 -		--includedir=$DESTDIR/usr/include \
   32.68 -		--build-type=minimal \
   32.69 -		install
   32.70 -	
   32.71 -	# create the missing links to the shared libs
   32.72 -	cd $DESTDIR/usr/lib
   32.73 -	#for i in `ls *-mt.so`; do
   32.74 -	#   boost_tmp=`echo $i | sed s/-gcc.*-mt//g`
   32.75 -	#   boost_tmp_mt=`echo $i | sed s/-gcc.*-mt/-mt/g`
   32.76 -	#   ln -s $i $boost_tmp
   32.77 -	#   ln -s $i $boost_tmp_mt
   32.78 -	#done
   32.79 -	#for i in `ls *-mt.a`; do
   32.80 -	#   boost_tmp=`echo $i | sed s/-gcc.*-mt//g`
   32.81 -	#   boost_tmp_mt=`echo $i | sed s/-gcc.*-mt/-mt/g`
   32.82 -	#   ln -s $i $boost_tmp
   32.83 -	#   ln -s $i $boost_tmp_mt
   32.84 -	#done
   32.85 -}
   32.86 -
   32.87 -# Rules to gen a SliTaz package suitable for Tazpkg.
   32.88 -genpkg_rules()
   32.89 -{
   32.90 -	mkdir -p $fs/usr
   32.91 -	cp -a $install/usr/lib $fs/usr
   32.92 -	cp -a $install/usr/include $fs/usr
   32.93 -	for i in $RELOCATE_LIBS; do
   32.94 -		rm -f $fs/usr/lib/*$i*
   32.95 -		rm -r -f $fs/usr/include/boost/*$i*
   32.96 -	done
   32.97 -	# libboost-chrono{-dev}
   32.98 -	rm $fs/usr/lib/libboost_chrono*
   32.99 -	rm $fs/usr/include/boost/chrono*
  32.100 -	rm -r $fs/usr/include/boost/chrono
  32.101 -}
    33.1 --- a/libboost-doc/receipt	Sun Jun 11 00:18:04 2017 +0300
    33.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.3 @@ -1,20 +0,0 @@
    33.4 -# SliTaz package receipt.
    33.5 -
    33.6 -PACKAGE="libboost-doc"
    33.7 -VERSION="1.50.0"
    33.8 -
    33.9 -CATEGORY="development"
   33.10 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   33.11 -MAINTAINER="chadi.elahmad@gmail.com"
   33.12 -LICENSE="MIT"
   33.13 -WEB_SITE="http://www.boost.org/"
   33.14 -
   33.15 -WANTED="libboost-dev"
   33.16 -SOURCE="boost"
   33.17 -
   33.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.19 -genpkg_rules()
   33.20 -{
   33.21 -	mkdir -p $fs/usr/share/doc/$SOURCE
   33.22 -	cp -a $src/doc/html/* $fs/usr/share/doc/$SOURCE
   33.23 -}
    34.1 --- a/libboost-filesystem-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    34.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.3 @@ -1,23 +0,0 @@
    34.4 -# SliTaz package receipt.
    34.5 -
    34.6 -PACKAGE="libboost-filesystem-dev"
    34.7 -LIB_NAME="filesystem"
    34.8 -VERSION="1.50.0"
    34.9 -
   34.10 -CATEGORY="development"
   34.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   34.12 -MAINTAINER="chadi.elahmad@gmail.com"
   34.13 -LICENSE="MIT"
   34.14 -WEB_SITE="http://www.boost.org/"
   34.15 -
   34.16 -DEPENDS="libboost-filesystem libboost-system-dev libboost-dev"
   34.17 -WANTED="libboost-dev"
   34.18 -SOURCE="boost"
   34.19 -
   34.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   34.21 -genpkg_rules()
   34.22 -{
   34.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   34.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   34.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   34.26 -}
    35.1 --- a/libboost-filesystem/receipt	Sun Jun 11 00:18:04 2017 +0300
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,22 +0,0 @@
    35.4 -# SliTaz package receipt.
    35.5 -
    35.6 -PACKAGE="libboost-filesystem"
    35.7 -LIB_NAME="filesystem"
    35.8 -VERSION="1.50.0"
    35.9 -
   35.10 -CATEGORY="development"
   35.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   35.12 -MAINTAINER="chadi.elahmad@gmail.com"
   35.13 -LICENSE="MIT"
   35.14 -WEB_SITE="http://www.boost.org/"
   35.15 -
   35.16 -DEPENDS="libboost-system gcc-lib-base"
   35.17 -WANTED="libboost-dev"
   35.18 -SOURCE="boost"
   35.19 -
   35.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   35.21 -genpkg_rules()
   35.22 -{
   35.23 -	mkdir -p $fs/usr/lib
   35.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   35.25 -}
    36.1 --- a/libboost-graph-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    36.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.3 @@ -1,23 +0,0 @@
    36.4 -# SliTaz package receipt.
    36.5 -
    36.6 -PACKAGE="libboost-graph-dev"
    36.7 -LIB_NAME="graph"
    36.8 -VERSION="1.50.0"
    36.9 -
   36.10 -CATEGORY="development"
   36.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   36.12 -MAINTAINER="chadi.elahmad@gmail.com"
   36.13 -LICENSE="MIT"
   36.14 -WEB_SITE="http://www.boost.org/"
   36.15 -
   36.16 -DEPENDS="libboost-graph libboost-serialization-dev libboost-dev "
   36.17 -WANTED="libboost-dev"
   36.18 -SOURCE="boost"
   36.19 -
   36.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   36.21 -genpkg_rules()
   36.22 -{
   36.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   36.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   36.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   36.26 -}
    37.1 --- a/libboost-graph/receipt	Sun Jun 11 00:18:04 2017 +0300
    37.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.3 @@ -1,22 +0,0 @@
    37.4 -# SliTaz package receipt.
    37.5 -
    37.6 -PACKAGE="libboost-graph"
    37.7 -LIB_NAME="graph"
    37.8 -VERSION="1.50.0"
    37.9 -
   37.10 -CATEGORY="development"
   37.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   37.12 -MAINTAINER="chadi.elahmad@gmail.com"
   37.13 -LICENSE="MIT"
   37.14 -WEB_SITE="http://www.boost.org/"
   37.15 -
   37.16 -DEPENDS="gcc-lib-base libboost-regex expat"
   37.17 -WANTED="libboost-dev"
   37.18 -SOURCE="boost"
   37.19 -
   37.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   37.21 -genpkg_rules()
   37.22 -{
   37.23 -	mkdir -p $fs/usr/lib
   37.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   37.25 -}
    38.1 --- a/libboost-iostreams-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    38.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.3 @@ -1,23 +0,0 @@
    38.4 -# SliTaz package receipt.
    38.5 -
    38.6 -PACKAGE="libboost-iostreams-dev"
    38.7 -LIB_NAME="iostreams"
    38.8 -VERSION="1.50.0"
    38.9 -
   38.10 -CATEGORY="development"
   38.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   38.12 -MAINTAINER="chadi.elahmad@gmail.com"
   38.13 -LICENSE="MIT"
   38.14 -WEB_SITE="http://www.boost.org/"
   38.15 -
   38.16 -DEPENDS="libboost-iostreams libboost-regex-dev libboost-dev"
   38.17 -WANTED="libboost-dev"
   38.18 -SOURCE="boost"
   38.19 -
   38.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   38.21 -genpkg_rules()
   38.22 -{
   38.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   38.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   38.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   38.26 -}
    39.1 --- a/libboost-iostreams/receipt	Sun Jun 11 00:18:04 2017 +0300
    39.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.3 @@ -1,22 +0,0 @@
    39.4 -# SliTaz package receipt.
    39.5 -
    39.6 -PACKAGE="libboost-iostreams"
    39.7 -LIB_NAME="iostreams"
    39.8 -VERSION="1.50.0"
    39.9 -
   39.10 -CATEGORY="development"
   39.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   39.12 -MAINTAINER="chadi.elahmad@gmail.com"
   39.13 -LICENSE="MIT"
   39.14 -WEB_SITE="http://www.boost.org/"
   39.15 -
   39.16 -DEPENDS="zlib bzlib gcc-lib-base"
   39.17 -WANTED="libboost-dev"
   39.18 -SOURCE="boost"
   39.19 -
   39.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   39.21 -genpkg_rules()
   39.22 -{
   39.23 -	mkdir -p $fs/usr/lib
   39.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   39.25 -}
    40.1 --- a/libboost-math-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,23 +0,0 @@
    40.4 -# SliTaz package receipt.
    40.5 -
    40.6 -PACKAGE="libboost-math-dev"
    40.7 -LIB_NAME="math"
    40.8 -VERSION="1.50.0"
    40.9 -
   40.10 -CATEGORY="development"
   40.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   40.12 -MAINTAINER="chadi.elahmad@gmail.com"
   40.13 -LICENSE="MIT"
   40.14 -WEB_SITE="http://www.boost.org/"
   40.15 -
   40.16 -DEPENDS="libboost-math libboost-dev"
   40.17 -WANTED="libboost-dev"
   40.18 -SOURCE="boost"
   40.19 -
   40.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   40.21 -genpkg_rules()
   40.22 -{
   40.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   40.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   40.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   40.26 -}
    41.1 --- a/libboost-math/receipt	Sun Jun 11 00:18:04 2017 +0300
    41.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.3 @@ -1,24 +0,0 @@
    41.4 -# SliTaz package receipt.
    41.5 -
    41.6 -PACKAGE="libboost-math"
    41.7 -LIB_NAME="math"
    41.8 -VERSION="1.50.0"
    41.9 -
   41.10 -CATEGORY="development"
   41.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   41.12 -MAINTAINER="chadi.elahmad@gmail.com"
   41.13 -LICENSE="MIT"
   41.14 -WEB_SITE="http://www.boost.org/"
   41.15 -
   41.16 -WANTED="libboost-dev"
   41.17 -SOURCE="boost"
   41.18 -
   41.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   41.20 -genpkg_rules()
   41.21 -{
   41.22 -	mkdir -p $fs/usr/lib
   41.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   41.24 -	
   41.25 -	# math_tr1 is packaged as tr1 (based on the include dir name)
   41.26 -	rm -f $fs/usr/lib/*math_tr1*.so*
   41.27 -}
    42.1 --- a/libboost-program-options-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    42.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    42.3 @@ -1,23 +0,0 @@
    42.4 -# SliTaz package receipt.
    42.5 -
    42.6 -PACKAGE="libboost-program-options-dev"
    42.7 -LIB_NAME="program_options"
    42.8 -VERSION="1.50.0"
    42.9 -
   42.10 -CATEGORY="development"
   42.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   42.12 -MAINTAINER="chadi.elahmad@gmail.com"
   42.13 -LICENSE="MIT"
   42.14 -WEB_SITE="http://www.boost.org/"
   42.15 -
   42.16 -DEPENDS="libboost-program-options libboost-dev"
   42.17 -WANTED="libboost-dev"
   42.18 -SOURCE="boost"
   42.19 -
   42.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   42.21 -genpkg_rules()
   42.22 -{
   42.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   42.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   42.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   42.26 -}
    43.1 --- a/libboost-program-options/receipt	Sun Jun 11 00:18:04 2017 +0300
    43.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.3 @@ -1,21 +0,0 @@
    43.4 -# SliTaz package receipt.
    43.5 -
    43.6 -PACKAGE="libboost-program-options"
    43.7 -LIB_NAME="program_options"
    43.8 -VERSION="1.50.0"
    43.9 -
   43.10 -CATEGORY="development"
   43.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   43.12 -MAINTAINER="chadi.elahmad@gmail.com"
   43.13 -LICENSE="MIT"
   43.14 -WEB_SITE="http://www.boost.org/"
   43.15 -
   43.16 -WANTED="libboost-dev"
   43.17 -SOURCE="boost"
   43.18 -
   43.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   43.20 -genpkg_rules()
   43.21 -{
   43.22 -	mkdir -p $fs/usr/lib
   43.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   43.24 -}
    44.1 --- a/libboost-python-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    44.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    44.3 @@ -1,23 +0,0 @@
    44.4 -# SliTaz package receipt.
    44.5 -
    44.6 -PACKAGE="libboost-python-dev"
    44.7 -LIB_NAME="python"
    44.8 -VERSION="1.50.0"
    44.9 -
   44.10 -CATEGORY="development"
   44.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   44.12 -MAINTAINER="chadi.elahmad@gmail.com"
   44.13 -LICENSE="MIT"
   44.14 -WEB_SITE="http://www.boost.org/"
   44.15 -
   44.16 -DEPENDS="libboost-python libboost-dev python python-dev "
   44.17 -WANTED="libboost-dev"
   44.18 -SOURCE="boost"
   44.19 -
   44.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   44.21 -genpkg_rules()
   44.22 -{
   44.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   44.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   44.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   44.26 -}
    45.1 --- a/libboost-python/receipt	Sun Jun 11 00:18:04 2017 +0300
    45.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.3 @@ -1,21 +0,0 @@
    45.4 -# SliTaz package receipt.
    45.5 -
    45.6 -PACKAGE="libboost-python"
    45.7 -LIB_NAME="python"
    45.8 -VERSION="1.50.0"
    45.9 -
   45.10 -CATEGORY="development"
   45.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   45.12 -MAINTAINER="chadi.elahmad@gmail.com"
   45.13 -LICENSE="MIT"
   45.14 -WEB_SITE="http://www.boost.org/"
   45.15 -
   45.16 -WANTED="libboost-dev"
   45.17 -SOURCE="boost"
   45.18 -
   45.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   45.20 -genpkg_rules()
   45.21 -{
   45.22 -	mkdir -p $fs/usr/lib
   45.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   45.24 -}
    46.1 --- a/libboost-regex-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    46.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    46.3 @@ -1,23 +0,0 @@
    46.4 -# SliTaz package receipt.
    46.5 -
    46.6 -PACKAGE="libboost-regex-dev"
    46.7 -LIB_NAME="regex"
    46.8 -VERSION="1.50.0"
    46.9 -
   46.10 -CATEGORY="development"
   46.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   46.12 -MAINTAINER="chadi.elahmad@gmail.com"
   46.13 -LICENSE="MIT"
   46.14 -WEB_SITE="http://www.boost.org/"
   46.15 -
   46.16 -DEPENDS="libboost-regex libboost-dev icu-dev"
   46.17 -WANTED="libboost-dev"
   46.18 -SOURCE="boost"
   46.19 -
   46.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   46.21 -genpkg_rules()
   46.22 -{
   46.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   46.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   46.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   46.26 -}
    47.1 --- a/libboost-regex/receipt	Sun Jun 11 00:18:04 2017 +0300
    47.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    47.3 @@ -1,22 +0,0 @@
    47.4 -# SliTaz package receipt.
    47.5 -
    47.6 -PACKAGE="libboost-regex"
    47.7 -LIB_NAME="regex"
    47.8 -VERSION="1.50.0"
    47.9 -
   47.10 -CATEGORY="development"
   47.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   47.12 -MAINTAINER="chadi.elahmad@gmail.com"
   47.13 -LICENSE="MIT"
   47.14 -WEB_SITE="http://www.boost.org/"
   47.15 -
   47.16 -DEPENDS="icu gcc-lib-base"
   47.17 -WANTED="libboost-dev"
   47.18 -SOURCE="boost"
   47.19 -
   47.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   47.21 -genpkg_rules()
   47.22 -{
   47.23 -	mkdir -p $fs/usr/lib
   47.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   47.25 -}
    48.1 --- a/libboost-serialization-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    48.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    48.3 @@ -1,23 +0,0 @@
    48.4 -# SliTaz package receipt.
    48.5 -
    48.6 -PACKAGE="libboost-serialization-dev"
    48.7 -LIB_NAME="serialization"
    48.8 -VERSION="1.50.0"
    48.9 -
   48.10 -CATEGORY="development"
   48.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   48.12 -MAINTAINER="chadi.elahmad@gmail.com"
   48.13 -LICENSE="MIT"
   48.14 -WEB_SITE="http://www.boost.org/"
   48.15 -
   48.16 -DEPENDS="libboost-serialization libboost-dev"
   48.17 -WANTED="libboost-dev"
   48.18 -SOURCE="boost"
   48.19 -
   48.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   48.21 -genpkg_rules()
   48.22 -{
   48.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   48.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   48.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   48.26 -}
    49.1 --- a/libboost-serialization/receipt	Sun Jun 11 00:18:04 2017 +0300
    49.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    49.3 @@ -1,21 +0,0 @@
    49.4 -# SliTaz package receipt.
    49.5 -
    49.6 -PACKAGE="libboost-serialization"
    49.7 -LIB_NAME="serialization"
    49.8 -VERSION="1.50.0"
    49.9 -
   49.10 -CATEGORY="development"
   49.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   49.12 -MAINTAINER="chadi.elahmad@gmail.com"
   49.13 -LICENSE="MIT"
   49.14 -WEB_SITE="http://www.boost.org/"
   49.15 -
   49.16 -WANTED="libboost-dev"
   49.17 -SOURCE="boost"
   49.18 -
   49.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   49.20 -genpkg_rules()
   49.21 -{
   49.22 -	mkdir -p $fs/usr/lib
   49.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   49.24 -}
    50.1 --- a/libboost-signals-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    50.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    50.3 @@ -1,23 +0,0 @@
    50.4 -# SliTaz package receipt.
    50.5 -
    50.6 -PACKAGE="libboost-signals-dev"
    50.7 -LIB_NAME="signal"
    50.8 -VERSION="1.50.0"
    50.9 -
   50.10 -CATEGORY="development"
   50.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   50.12 -MAINTAINER="chadi.elahmad@gmail.com"
   50.13 -LICENSE="MIT"
   50.14 -WEB_SITE="http://www.boost.org/"
   50.15 -
   50.16 -DEPENDS="libboost-signals libboost-dev"
   50.17 -WANTED="libboost-dev"
   50.18 -SOURCE="boost"
   50.19 -
   50.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   50.21 -genpkg_rules()
   50.22 -{
   50.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   50.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   50.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   50.26 -}
    51.1 --- a/libboost-signals/receipt	Sun Jun 11 00:18:04 2017 +0300
    51.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.3 @@ -1,21 +0,0 @@
    51.4 -# SliTaz package receipt.
    51.5 -
    51.6 -PACKAGE="libboost-signals"
    51.7 -LIB_NAME="signals"
    51.8 -VERSION="1.50.0"
    51.9 -
   51.10 -CATEGORY="development"
   51.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   51.12 -MAINTAINER="chadi.elahmad@gmail.com"
   51.13 -LICENSE="MIT"
   51.14 -WEB_SITE="http://www.boost.org/"
   51.15 -
   51.16 -WANTED="libboost-dev"
   51.17 -SOURCE="boost"
   51.18 -
   51.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   51.20 -genpkg_rules()
   51.21 -{
   51.22 -	mkdir -p $fs/usr/lib
   51.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   51.24 -}
    52.1 --- a/libboost-system-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    52.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    52.3 @@ -1,23 +0,0 @@
    52.4 -# SliTaz package receipt.
    52.5 -
    52.6 -PACKAGE="libboost-system-dev"
    52.7 -LIB_NAME="system"
    52.8 -VERSION="1.50.0"
    52.9 -
   52.10 -CATEGORY="development"
   52.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   52.12 -MAINTAINER="chadi.elahmad@gmail.com"
   52.13 -LICENSE="MIT"
   52.14 -WEB_SITE="http://www.boost.org/"
   52.15 -
   52.16 -DEPENDS="libboost-system libboost-dev"
   52.17 -WANTED="libboost-dev"
   52.18 -SOURCE="boost"
   52.19 -
   52.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   52.21 -genpkg_rules()
   52.22 -{
   52.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   52.24 -	cp -a $install/usr/include/$SOURCE/$LIB_NAME $fs/usr/include/$SOURCE
   52.25 -	cp -a $install/usr/lib/*_${LIB_NAME}*.*a $fs/usr/lib
   52.26 -}
    53.1 --- a/libboost-system/receipt	Sun Jun 11 00:18:04 2017 +0300
    53.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    53.3 @@ -1,21 +0,0 @@
    53.4 -# SliTaz package receipt.
    53.5 -
    53.6 -PACKAGE="libboost-system"
    53.7 -LIB_NAME="system"
    53.8 -VERSION="1.50.0"
    53.9 -
   53.10 -CATEGORY="development"
   53.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   53.12 -MAINTAINER="chadi.elahmad@gmail.com"
   53.13 -LICENSE="MIT"
   53.14 -WEB_SITE="http://www.boost.org/"
   53.15 -
   53.16 -WANTED="libboost-dev"
   53.17 -SOURCE="boost"
   53.18 -
   53.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   53.20 -genpkg_rules()
   53.21 -{
   53.22 -	mkdir -p $fs/usr/lib
   53.23 -	cp -a $install/usr/lib/*_${LIB_NAME}*.so* $fs/usr/lib
   53.24 -}
    54.1 --- a/libboost-test-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    54.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    54.3 @@ -1,23 +0,0 @@
    54.4 -# SliTaz package receipt.
    54.5 -
    54.6 -PACKAGE="libboost-test-dev"
    54.7 -LIB_NAME="test"
    54.8 -VERSION="1.50.0"
    54.9 -
   54.10 -CATEGORY="development"
   54.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   54.12 -MAINTAINER="chadi.elahmad@gmail.com"
   54.13 -LICENSE="MIT"
   54.14 -WEB_SITE="http://www.boost.org/"
   54.15 -
   54.16 -DEPENDS="libboost-test libboost-dev"
   54.17 -WANTED="libboost-dev"
   54.18 -SOURCE="boost"
   54.19 -
   54.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   54.21 -genpkg_rules()
   54.22 -{
   54.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   54.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   54.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   54.26 -}
    55.1 --- a/libboost-test/receipt	Sun Jun 11 00:18:04 2017 +0300
    55.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    55.3 @@ -1,21 +0,0 @@
    55.4 -# SliTaz package receipt.
    55.5 -
    55.6 -PACKAGE="libboost-test"
    55.7 -LIB_NAME="test"
    55.8 -VERSION="1.50.0"
    55.9 -
   55.10 -CATEGORY="development"
   55.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   55.12 -MAINTAINER="chadi.elahmad@gmail.com"
   55.13 -LICENSE="MIT"
   55.14 -WEB_SITE="http://www.boost.org/"
   55.15 -
   55.16 -WANTED="libboost-dev"
   55.17 -SOURCE="boost"
   55.18 -
   55.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   55.20 -genpkg_rules()
   55.21 -{
   55.22 -	mkdir -p $fs/usr/lib
   55.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   55.24 -}
    56.1 --- a/libboost-thread-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    56.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    56.3 @@ -1,23 +0,0 @@
    56.4 -# SliTaz package receipt.
    56.5 -
    56.6 -PACKAGE="libboost-thread-dev"
    56.7 -LIB_NAME="thread"
    56.8 -VERSION="1.50.0"
    56.9 -
   56.10 -CATEGORY="development"
   56.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   56.12 -MAINTAINER="chadi.elahmad@gmail.com"
   56.13 -LICENSE="MIT"
   56.14 -WEB_SITE="http://www.boost.org/"
   56.15 -
   56.16 -DEPENDS="libboost-thread libboost-date-time-dev libboost-dev"
   56.17 -WANTED="libboost-dev"
   56.18 -SOURCE="boost"
   56.19 -
   56.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   56.21 -genpkg_rules()
   56.22 -{
   56.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   56.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   56.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   56.26 -}
    57.1 --- a/libboost-thread/receipt	Sun Jun 11 00:18:04 2017 +0300
    57.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    57.3 @@ -1,21 +0,0 @@
    57.4 -# SliTaz package receipt.
    57.5 -
    57.6 -PACKAGE="libboost-thread"
    57.7 -LIB_NAME="thread"
    57.8 -VERSION="1.50.0"
    57.9 -
   57.10 -CATEGORY="development"
   57.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   57.12 -MAINTAINER="chadi.elahmad@gmail.com"
   57.13 -LICENSE="MIT"
   57.14 -WEB_SITE="http://www.boost.org/"
   57.15 -
   57.16 -WANTED="libboost-dev"
   57.17 -SOURCE="boost"
   57.18 -
   57.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   57.20 -genpkg_rules()
   57.21 -{
   57.22 -	mkdir -p $fs/usr/lib
   57.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   57.24 -}
    58.1 --- a/libboost-tr1-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    58.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    58.3 @@ -1,23 +0,0 @@
    58.4 -# SliTaz package receipt.
    58.5 -
    58.6 -PACKAGE="libboost-tr1-dev"
    58.7 -LIB_NAME="tr1"
    58.8 -VERSION="1.50.0"
    58.9 -
   58.10 -CATEGORY="development"
   58.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   58.12 -MAINTAINER="chadi.elahmad@gmail.com"
   58.13 -LICENSE="MIT"
   58.14 -WEB_SITE="http://www.boost.org/"
   58.15 -
   58.16 -DEPENDS="libboost-tr1 libboost-dev"
   58.17 -WANTED="libboost-dev"
   58.18 -SOURCE="boost"
   58.19 -
   58.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   58.21 -genpkg_rules()
   58.22 -{
   58.23 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   58.24 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   58.25 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   58.26 -}
    59.1 --- a/libboost-tr1/receipt	Sun Jun 11 00:18:04 2017 +0300
    59.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    59.3 @@ -1,21 +0,0 @@
    59.4 -# SliTaz package receipt.
    59.5 -
    59.6 -PACKAGE="libboost-tr1"
    59.7 -LIB_NAME="tr1"
    59.8 -VERSION="1.50.0"
    59.9 -
   59.10 -CATEGORY="development"
   59.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   59.12 -MAINTAINER="chadi.elahmad@gmail.com"
   59.13 -LICENSE="MIT"
   59.14 -WEB_SITE="http://www.boost.org/"
   59.15 -
   59.16 -WANTED="libboost-dev"
   59.17 -SOURCE="boost"
   59.18 -
   59.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   59.20 -genpkg_rules()
   59.21 -{
   59.22 -	mkdir -p $fs/usr/lib
   59.23 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   59.24 -}
    60.1 --- a/libboost-wave-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    60.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    60.3 @@ -1,22 +0,0 @@
    60.4 -# SliTaz package receipt.
    60.5 -
    60.6 -PACKAGE="libboost-wave-dev"
    60.7 -LIB_NAME="wave"
    60.8 -VERSION="1.50.0"
    60.9 -
   60.10 -CATEGORY="development"
   60.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   60.12 -MAINTAINER="chadi.elahmad@gmail.com"
   60.13 -LICENSE="MIT"
   60.14 -WEB_SITE="http://www.boost.org/"
   60.15 -
   60.16 -DEPENDS="libboost-wave libboost-filesystem-dev libboost-serialization-dev libboost-dev "
   60.17 -WANTED="libboost-dev"
   60.18 -SOURCE="boost"
   60.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   60.20 -genpkg_rules()
   60.21 -{
   60.22 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
   60.23 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
   60.24 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
   60.25 -}
    61.1 --- a/libboost-wave/receipt	Sun Jun 11 00:18:04 2017 +0300
    61.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    61.3 @@ -1,22 +0,0 @@
    61.4 -# SliTaz package receipt.
    61.5 -
    61.6 -PACKAGE="libboost-wave"
    61.7 -LIB_NAME="wave"
    61.8 -VERSION="1.50.0"
    61.9 -
   61.10 -CATEGORY="development"
   61.11 -SHORT_DESC="Part of the Boost C++ Libraries collection."
   61.12 -MAINTAINER="chadi.elahmad@gmail.com"
   61.13 -LICENSE="MIT"
   61.14 -WEB_SITE="http://www.boost.org/"
   61.15 -
   61.16 -DEPENDS="libboost-date-time libboost-filesystem libboost-thread "
   61.17 -WANTED="libboost-dev"
   61.18 -SOURCE="boost"
   61.19 -
   61.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   61.21 -genpkg_rules()
   61.22 -{
   61.23 -	mkdir -p $fs/usr/lib
   61.24 -	cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
   61.25 -}
    62.1 --- a/libboost/receipt	Sun Jun 11 00:18:04 2017 +0300
    62.2 +++ b/libboost/receipt	Mon Jun 12 11:39:09 2017 +0300
    62.3 @@ -1,12 +1,106 @@
    62.4 -# SliTaz package receipt.
    62.5 +# SliTaz package receipt v2.
    62.6  
    62.7  PACKAGE="libboost"
    62.8 -VERSION="1.50.0"
    62.9 +VERSION="1.63.0"
   62.10  CATEGORY="meta"
   62.11 -SHORT_DESC="Libboost meta-package to install base modules."
   62.12 -MAINTAINER="pankso@slitaz.org"
   62.13 +SHORT_DESC="Boost C++ libraries"
   62.14 +MAINTAINER="chadi.elahmad@gmail.com"
   62.15  LICENSE="MIT"
   62.16  WEB_SITE="http://www.boost.org/"
   62.17  
   62.18 -DEPENDS="libboost-date-time libboost-iostreams libboost-regex \
   62.19 -libboost-serialization libboost-system libboost-thread"
   62.20 +TARBALL="boost-$VERSION.tar.bz2"
   62.21 +WGET_URL="$SF_MIRROR/boost/boost_${VERSION//./_}.tar.bz2"
   62.22 +
   62.23 +BUILD_DEPENDS="icu-dev zlib-dev bzip2-dev python-dev"
   62.24 +l="libboost"
   62.25 +SPLIT="$l-atomic $l-chrono $l-container $l-context $l-coroutine $l-date-time \
   62.26 +$l-fiber $l-filesystem $l-graph $l-iostreams $l-locale $l-log $l-math \
   62.27 +$l-math-tr1 $l-prg-exec-monitor $l-program-options $l-python $l-random \
   62.28 +$l-regex $l-serialization $l-signals $l-system $l-thread $l-timer \
   62.29 +$l-type-erasure $l-unit-test-framework $l-wave $l-wserialization $l-doc $l-dev"
   62.30 +
   62.31 +# About splitting: there's complex relationships between header files.
   62.32 +# Previously, for example, the /usr/include/boost/chrono/* files were packed
   62.33 +# into libboost-chrono-dev package. And so on for many /usr/include/boost/*/
   62.34 +#
   62.35 +# But, for example:
   62.36 +# 1. /usr/include/boost/chrono/config.hpp (former libboost-chrono-dev package)
   62.37 +# includes <boost/config.hpp> (libboost-dev package)
   62.38 +# 2. /usr/include/boost/compute/detail/duration.hpp (former libboost-dev package)
   62.39 +# includes <boost/chrono/duration.hpp> (libboost-chrono package)
   62.40 +#
   62.41 +# And many other circular dependencies between libboost-dev and libboost-*-dev
   62.42 +# packages.
   62.43 +#
   62.44 +# Solution: make single solid big libboost-dev package with all development
   62.45 +# files.
   62.46 +#
   62.47 +# How to change dependencies of packages that depends on libboost: substitute
   62.48 +# libboost-x-dev by the pair libboost-x and libboost-dev.
   62.49 +
   62.50 +
   62.51 +# Rules to configure and make the package.
   62.52 +compile_rules()
   62.53 +{
   62.54 +	./bootstrap.sh --prefix=$install/usr &&
   62.55 +	./b2 stage   threading=multi link=shared &&
   62.56 +	./b2 install threading=multi link=shared &&
   62.57 +
   62.58 +	docdir=$install/share/doc/boost-$VERSION &&
   62.59 +	mkdir -p $docdir &&
   62.60 +	cp -a $src/doc/html/* $docdir &&
   62.61 +	chown -R root:root $docdir &&
   62.62 +	find $docdir -type f -exec chmod 644 '{}' \;
   62.63 +
   62.64 +	find $install -name '*.hpp' -exec chmod 644 '{}' \;
   62.65 +}
   62.66 +
   62.67 +# Rules to gen a SliTaz package suitable for Tazpkg.
   62.68 +genpkg_rules()
   62.69 +{
   62.70 +	DEPENDS=" "
   62.71 +	case $PACKAGE in
   62.72 +		*-chrono)				DEPENDS="$l-system";;
   62.73 +		*-coroutine)			DEPENDS="$l-chrono $l-context $l-system $l-thread";;
   62.74 +		*-fiber)				DEPENDS="$l-context";;
   62.75 +		*-filesystem)			DEPENDS="$l-system";;
   62.76 +		*-graph)				DEPENDS="$l-regex icu";;
   62.77 +		*-iostreams)			DEPENDS="bzlib zlib";;
   62.78 +		*-locale)				DEPENDS="$l-chrono $l-system $l-thread icu";;
   62.79 +		*-log)					DEPENDS="$l-atomic $l-chrono $l-date-time $l-filesystem $l-regex $l-system $l-thread icu";;
   62.80 +		*-prg-exec-monitor)		DEPENDS="$l-system $l-timer";;
   62.81 +		*-random)				DEPENDS="$l-system";;
   62.82 +		*-regex)				DEPENDS="icu";;
   62.83 +		*-thread)				DEPENDS="$l-system";;
   62.84 +		*-timer)				DEPENDS="$l-chrono $l-system";;
   62.85 +		*-type-erasure)			DEPENDS="$l-chrono $l-system $l-thread";;
   62.86 +		*-unit-test-framework)	DEPENDS="$l-system $l-timer";;
   62.87 +		*-wave)					DEPENDS="$l-chrono $l-date-time $l-filesystem $l-system $l-thread";;
   62.88 +		*-wserialization)		DEPENDS="$l-serialization";;
   62.89 +	esac
   62.90 +
   62.91 +	case $PACKAGE in
   62.92 +		libboost)
   62.93 +			DEPENDS="$l-date-time $l-iostreams $l-regex $l-serialization \
   62.94 +			$l-system $l-thread"
   62.95 +			CAT="meta|meta-package to install base modules"
   62.96 +			;;
   62.97 +		*-doc)
   62.98 +			copy doc/
   62.99 +			CAT="doc|documentation"
  62.100 +			;;
  62.101 +		libboost-dev)
  62.102 +			copy @dev
  62.103 +			remove_already_packed
  62.104 +			;;
  62.105 +		*)
  62.106 +			p=${PACKAGE#*-}
  62.107 +			copy libboost_${p//-/_}*.so*
  62.108 +			CAT="libdevel|${PACKAGE#*-}"
  62.109 +			;;
  62.110 +	esac
  62.111 +
  62.112 +	case $PACKAGE in
  62.113 +		*-math)	rm -f $fs/usr/lib/*math_tr1*.so*;;
  62.114 +	esac
  62.115 +}
    63.1 --- a/libtorrent-rasterbar-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    63.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    63.3 @@ -1,23 +0,0 @@
    63.4 -# SliTaz package receipt.
    63.5 -
    63.6 -PACKAGE="libtorrent-rasterbar-dev"
    63.7 -VERSION="0.16.13"
    63.8 -CATEGORY="development"
    63.9 -SHORT_DESC="devel files for libtorrent-rasterbar"
   63.10 -MAINTAINER="slaxemulator@gmail.com"
   63.11 -LICENSE="BSD"
   63.12 -WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
   63.13 -WANTED="libtorrent-rasterbar"
   63.14 -
   63.15 -DEPENDS="libtorrent-rasterbar libboost-math-dev libboost-thread-dev \
   63.16 -libboost-filesystem-dev zlib-dev pkg-config"
   63.17 -
   63.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   63.19 -genpkg_rules()
   63.20 -{
   63.21 -	mkdir -p $fs/usr/lib
   63.22 -	cp -a $install/usr/include $fs/usr
   63.23 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   63.24 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   63.25 -}
   63.26 -
    64.1 --- a/libtorrent-rasterbar/receipt	Sun Jun 11 00:18:04 2017 +0300
    64.2 +++ b/libtorrent-rasterbar/receipt	Mon Jun 12 11:39:09 2017 +0300
    64.3 @@ -1,23 +1,25 @@
    64.4 -# SliTaz package receipt.
    64.5 +# SliTaz package receipt v2.
    64.6  
    64.7  PACKAGE="libtorrent-rasterbar"
    64.8 -VERSION="0.16.13"
    64.9 +VERSION="1.1.3"
   64.10  CATEGORY="development"
   64.11 -SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
   64.12 +SHORT_DESC="A C++ bittorrent implementation library"
   64.13  MAINTAINER="slaxemulator@gmail.com"
   64.14  LICENSE="BSD"
   64.15 +WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
   64.16 +
   64.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
   64.18 -WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
   64.19 -WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL"
   64.20 +WGET_URL="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${VERSION//./_}/$TARBALL"
   64.21  
   64.22 -DEPENDS="libboost-thread libboost-math libboost-filesystem libboost-python openssl python"
   64.23 -BUILD_DEPENDS="libboost-thread-dev libboost-math-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev"
   64.24 +BUILD_DEPENDS="libboost-dev libboost-system libboost-chrono libboost-random \
   64.25 +openssl-dev python-dev libboost-python"
   64.26 +SPLIT="libtorrent-rasterbar-dev"
   64.27  
   64.28  # Rules to configure and make the package.
   64.29  compile_rules()
   64.30  {
   64.31 -	cd $src
   64.32 -	./configure --enable-python-binding \
   64.33 +	./configure \
   64.34 +		--enable-python-binding \
   64.35  		$CONFIGURE_ARGS &&
   64.36  	make && make install
   64.37  }
   64.38 @@ -25,8 +27,16 @@
   64.39  # Rules to gen a SliTaz package suitable for Tazpkg.
   64.40  genpkg_rules()
   64.41  {
   64.42 -	mkdir -p $fs/usr/lib
   64.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   64.44 -	cp -a $install/usr/lib/python* $fs/usr/lib
   64.45 +	case $PACKAGE in
   64.46 +		libtorrent-rasterbar)
   64.47 +			copy @std
   64.48 +			DEPENDS="libboost-chrono libboost-python libboost-random \
   64.49 +			libboost-system libcrypto libssl python"
   64.50 +			;;
   64.51 +		*-dev)
   64.52 +			copy @dev
   64.53 +			DEPENDS="libtorrent-rasterbar libboost-dev libboost-chrono \
   64.54 +			libboost-random libboost-system libcrypto-dev openssl-dev"
   64.55 +			;;
   64.56 +	esac
   64.57  }
   64.58 -
    65.1 --- a/lucene++-dev/receipt	Sun Jun 11 00:18:04 2017 +0300
    65.2 +++ b/lucene++-dev/receipt	Mon Jun 12 11:39:09 2017 +0300
    65.3 @@ -9,8 +9,9 @@
    65.4  WEB_SITE="https://github.com/luceneplusplus/LucenePlusPlus"
    65.5  
    65.6  WANTED="lucene++"
    65.7 -DEPENDS="libboost-date-time-dev libboost-filesystem-dev libboost-iostreams-dev \
    65.8 -libboost-regex-dev libboost-system-dev libboost-thread-dev libboost-chrono-dev"
    65.9 +DEPENDS="libboost-dev libboost-date-time libboost-filesystem \
   65.10 +libboost-iostreams libboost-regex libboost-system libboost-thread \
   65.11 +libboost-chrono"
   65.12  
   65.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   65.14  genpkg_rules()
    66.1 --- a/lucene++/receipt	Sun Jun 11 00:18:04 2017 +0300
    66.2 +++ b/lucene++/receipt	Mon Jun 12 11:39:09 2017 +0300
    66.3 @@ -12,8 +12,8 @@
    66.4  
    66.5  DEPENDS="libboost-date-time libboost-filesystem libboost-iostreams \
    66.6  libboost-regex libboost-system libboost-thread libboost-chrono"
    66.7 -BUILD_DEPENDS="cmake libboost-date-time-dev libboost-filesystem-dev \
    66.8 -libboost-regex-dev libboost-thread-dev libboost-iostreams-dev"
    66.9 +BUILD_DEPENDS="cmake libboost-dev libboost-date-time libboost-filesystem \
   66.10 +libboost-regex libboost-thread libboost-iostreams"
   66.11  
   66.12  # Rules to configure and make the package.
   66.13  compile_rules()
    67.1 --- a/mongodb/receipt	Sun Jun 11 00:18:04 2017 +0300
    67.2 +++ b/mongodb/receipt	Mon Jun 12 11:39:09 2017 +0300
    67.3 @@ -12,8 +12,8 @@
    67.4  
    67.5  DEPENDS="pcre libboost-filesystem libboost-thread libboost-program-options \
    67.6  spidermonkey"
    67.7 -BUILD_DEPENDS="$DEPENDS scons pcre-dev libboost-dev libboost-filesystem-dev \
    67.8 -libboost-thread-dev libboost-program-options-dev spidermonkey-dev"
    67.9 +BUILD_DEPENDS="$DEPENDS scons pcre-dev libboost-dev libboost-filesystem \
   67.10 +libboost-thread libboost-program-options spidermonkey-dev"
   67.11  
   67.12  # Rules to configure and make the package.
   67.13  compile_rules()
    68.1 --- a/mupen64plus/receipt	Sun Jun 11 00:18:04 2017 +0300
    68.2 +++ b/mupen64plus/receipt	Mon Jun 12 11:39:09 2017 +0300
    68.3 @@ -13,7 +13,8 @@
    68.4  
    68.5  DEPENDS="bzlib freetype libboost-filesystem libglu-mesa libsamplerate libsdl \
    68.6  speex"
    68.7 -BUILD_DEPENDS="gtk+-dev libboost-filesystem-dev libglu-mesa libglu-mesa-dev \
    68.8 +BUILD_DEPENDS="gtk+-dev libboost-dev libboost-filesystem libglu-mesa \
    68.9 +libglu-mesa-dev \
   68.10  libsamplerate-dev libsdl-dev libsdl-ttf-dev mesa-dev speex-dev yasm zlib-dev"
   68.11  
   68.12  # Rules to configure and make the package.
    69.1 --- a/openscad/receipt	Sun Jun 11 00:18:04 2017 +0300
    69.2 +++ b/openscad/receipt	Mon Jun 12 11:39:09 2017 +0300
    69.3 @@ -14,8 +14,9 @@
    69.4  libboost-filesystem libboost-thread libboost-regex libQtOpenGL \
    69.5  libQtCore libQtGui glib"
    69.6  BUILD_DEPENDS="cmake pkg-config flex Qt4-dev cgal-dev gmp-dev mpfr-dev \
    69.7 -glib-dev glew-dev opencsg-dev eigen mesa-dev libboost-program-options-dev \
    69.8 -libboost-filesystem-dev libboost-regex-dev libboost-thread-dev qmake"
    69.9 +glib-dev glew-dev opencsg-dev eigen mesa-dev libboost-dev \
   69.10 +libboost-program-options libboost-filesystem libboost-regex libboost-thread \
   69.11 +qmake"
   69.12  
   69.13  # Rules to configure and make the package.
   69.14  #
    70.1 --- a/ori/receipt	Sun Jun 11 00:18:04 2017 +0300
    70.2 +++ b/ori/receipt	Mon Jun 12 11:39:09 2017 +0300
    70.3 @@ -11,7 +11,7 @@
    70.4  WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
    70.5  
    70.6  DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 
    70.7 -BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
    70.8 +BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-math-tr1 \
    70.9  util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
   70.10  
   70.11  # Rules to configure and make the package.
    71.1 --- a/pgrouting/receipt	Sun Jun 11 00:18:04 2017 +0300
    71.2 +++ b/pgrouting/receipt	Mon Jun 12 11:39:09 2017 +0300
    71.3 @@ -12,7 +12,7 @@
    71.4  
    71.5  DEPENDS="gcc-lib-base cgal gmp libboost-thread libboost-system"
    71.6  BUILD_DEPENDS="wget cmake postgresql-dev libboost-dev cgal-dev gmp-dev \
    71.7 -mpfr-dev libboost-graph-dev libboost-thread-dev"
    71.8 +mpfr-dev libboost-graph libboost-thread"
    71.9  
   71.10  # Rules to configure and make the package.
   71.11  compile_rules()
    72.1 --- a/pingus/receipt	Sun Jun 11 00:18:04 2017 +0300
    72.2 +++ b/pingus/receipt	Mon Jun 12 11:39:09 2017 +0300
    72.3 @@ -14,12 +14,10 @@
    72.4  WEB_SITE="http://pingus.seul.org/"
    72.5  WGET_URL="http://pingus.seul.org/files/$TARBALL"
    72.6  
    72.7 -DEPENDS="libsdl libsdl-image libsdl-mixer 
    72.8 -libboost-signals gcc-lib-base"
    72.9 +DEPENDS="libsdl libsdl-image libsdl-mixer libboost-signals gcc-lib-base"
   72.10  
   72.11 -BUILD_DEPENDS="scons 
   72.12 -libsdl-dev libsdl-image-dev libsdl-mixer-dev 
   72.13 -libboost-dev libboost-signals-dev "
   72.14 +BUILD_DEPENDS="scons libsdl-dev libsdl-image-dev libsdl-mixer-dev libboost-dev \
   72.15 +libboost-signals"
   72.16  
   72.17  # Rules to configure and make the package.
   72.18  compile_rules()
    73.1 --- a/python-pyexiv2/receipt	Sun Jun 11 00:18:04 2017 +0300
    73.2 +++ b/python-pyexiv2/receipt	Mon Jun 12 11:39:09 2017 +0300
    73.3 @@ -12,7 +12,7 @@
    73.4  WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL"
    73.5  
    73.6  DEPENDS="python exiv2 libboost-python"
    73.7 -BUILD_DEPENDS="python wget scons exiv2-dev libboost-python-dev"
    73.8 +BUILD_DEPENDS="python wget scons exiv2-dev libboost-dev libboost-python"
    73.9  
   73.10  # Rules to configure and make the package.
   73.11  compile_rules()
    74.1 --- a/sdcc/receipt	Sun Jun 11 00:18:04 2017 +0300
    74.2 +++ b/sdcc/receipt	Mon Jun 12 11:39:09 2017 +0300
    74.3 @@ -11,7 +11,7 @@
    74.4  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    74.5  TAGS="cross compiler C 8051 Z80 68HC08 assembler"
    74.6  
    74.7 -BUILD_DEPENDS="flex libboost-graph-dev gputils"
    74.8 +BUILD_DEPENDS="flex libboost-dev libboost-graph gputils"
    74.9  
   74.10  # Rules to configure and make the package.
   74.11  compile_rules()
    75.1 --- a/slitaz-tic-tac-toe/receipt	Sun Jun 11 00:18:04 2017 +0300
    75.2 +++ b/slitaz-tic-tac-toe/receipt	Mon Jun 12 11:39:09 2017 +0300
    75.3 @@ -1,4 +1,4 @@
    75.4 -# SliTaz package receipt.
    75.5 +# SliTaz package receipt v2.
    75.6  
    75.7  PACKAGE="slitaz-tic-tac-toe"
    75.8  VERSION="1.2"
    75.9 @@ -6,12 +6,19 @@
   75.10  SHORT_DESC="Play Tic Tac Toe game with Slitaz"
   75.11  MAINTAINER="hackdorte@sapo.pt"
   75.12  LICENSE="BSD"
   75.13 -WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/games/"
   75.14 -DEPENDS="tazweb"
   75.15 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
   75.16 +
   75.17 +# Rules to configure and make the package.
   75.18 +compile_rules()
   75.19 +{
   75.20 +	mkdir -p $install/usr
   75.21 +	cp -a $stuff/* $install/usr
   75.22 +	chown -R root:root $install
   75.23 +}
   75.24  
   75.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   75.26  genpkg_rules()
   75.27  {
   75.28 -    mkdir -p $fs/usr
   75.29 -    cp -a stuff/* $fs/usr
   75.30 +	copy @std
   75.31 +	DEPENDS="tazweb"
   75.32  }
    76.1 --- a/slitaz-tic-tac-toe/stuff/share/applications/slitaz-tic-tac-toe.desktop	Sun Jun 11 00:18:04 2017 +0300
    76.2 +++ b/slitaz-tic-tac-toe/stuff/share/applications/slitaz-tic-tac-toe.desktop	Mon Jun 12 11:39:09 2017 +0300
    76.3 @@ -5,13 +5,13 @@
    76.4  Name[fr]=Slitaz Tic Tac Toe
    76.5  Name[pt]=Slitaz Tic Tac Toe
    76.6  Name[pt_BR]=Slitaz Tic Tac Toe
    76.7 -Name[ru]=Slitaz Tic Tac Toe
    76.8 +Name[ru]=Крестики-нолики Slitaz
    76.9  Comment=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.10  Comment[es]=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.11  Comment[fr]=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.12  Comment[pt]=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.13  Comment[pt_BR]=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.14 -Comment[ru]=Play Tic Tac Toe Game With Slitaz GNU/Linux
   76.15 +Comment[ru]=Сыграйте в крестики-нолики со Slitaz GNU/Linux
   76.16  Icon=slitaz-tic-tac-toe
   76.17  Categories=Game;BoardGame;
   76.18  Terminal=false
    77.1 --- a/slitaz-toolchain/receipt	Sun Jun 11 00:18:04 2017 +0300
    77.2 +++ b/slitaz-toolchain/receipt	Mon Jun 12 11:39:09 2017 +0300
    77.3 @@ -1,15 +1,13 @@
    77.4 -# SliTaz package receipt.
    77.5 +# SliTaz package receipt v2.
    77.6  
    77.7  PACKAGE="slitaz-toolchain"
    77.8  VERSION="6.0"
    77.9  CATEGORY="meta"
   77.10 -SHORT_DESC="SliTaz meta package to rebuild or install current toolchain."
   77.11 +SHORT_DESC="SliTaz meta package to rebuild or install current toolchain"
   77.12  MAINTAINER="pankso@slitaz.org"
   77.13  LICENSE="GPL2"
   77.14  WEB_SITE="http://www.slitaz.org/"
   77.15  
   77.16 -DEPENDS="binutils linux-api-headers glibc-dev gcc make elfkickers"
   77.17 -
   77.18  # The goal here is to build and install SliTaz toolchain. We build the toolchain
   77.19  # from SliTaz packages, on SliTaz and for SliTaz so in case of new and important
   77.20  # toolchain upgrade we must build Binutils a first time, then GCC so it use the
   77.21 @@ -21,89 +19,67 @@
   77.22  # SliTaz does one big toolchain by year just after the stable release, any change
   77.23  # here or in the toolchain packages version must be discuss on the mailing list.
   77.24  
   77.25 +ver() { grep ^VERSION $WOK/$1/receipt | cut -d '"' -f2; }
   77.26 +
   77.27  # Rules to configure and make the package.
   77.28  compile_rules()
   77.29  {
   77.30  	[ -x /usr/bin/cook ] || return 0
   77.31 +
   77.32  	tmplog=$LOGS/$PACKAGE.tmplog
   77.33 -	echo "Cook: $PACKAGE $VERSION" > $tmplog
   77.34 -	separator >> $tmplog
   77.35 -	cat >> $tmplog << EOT
   77.36 -Cook toolchain : started $(date "+%Y-%m-%d %H:%M")
   77.37 +
   77.38 +	cat > $tmplog <<EOT
   77.39 +Cook: $PACKAGE $VERSION
   77.40 +$(separator)
   77.41 +Cook toolchain : started $(date '+%F %R')
   77.42  Architecture   : $ARCH
   77.43  Build system   : $BUILD_SYSTEM
   77.44  Host  system   : $HOST_SYSTEM
   77.45 +$(separator -)
   77.46  EOT
   77.47 -	
   77.48 -	# 1. binutils (first pass)
   77.49 -	echo "cook: binutils first pass: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.50 -	cook binutils --install
   77.51  
   77.52 -	# 2. gcc (first pass)
   77.53 -	echo "cook: GCC first pass: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.54 -	cook gcc --install --first-pass
   77.55 -	cook gcc-lib-base --install
   77.56 -	
   77.57 -	# 3. linux-api-headers
   77.58 -	echo "cook: linux API headers: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.59 -	cook linux-api-headers --install
   77.60 -	
   77.61 -	# 4. glibc
   77.62 -	for i in glibc glibc-base glibc-locale glibc-dev
   77.63 -	do
   77.64 -		echo "cook: $i: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.65 -		cook $i --install
   77.66 -	done
   77.67 +	echo "cook: Binutils first pass : $(date '+%F %R')" >> $tmplog
   77.68 +	cook binutils
   77.69 +	echo "cook: GCC first pass      : $(date '+%F %R')" >> $tmplog
   77.70 +	cook gcc --first-pass
   77.71 +	echo "cook: Linux API headers   : $(date '+%F %R')" >> $tmplog
   77.72 +	cook linux-api-headers
   77.73 +	echo "cook: Glibc               : $(date '+%F %R')" >> $tmplog
   77.74 +	cook glibc
   77.75 +	echo "cook: Binutils final      : $(date '+%F %R')" >> $tmplog
   77.76 +	cook binutils
   77.77 +	echo "cook: GCC final           : $(date '+%F %R')" >> $tmplog
   77.78 +	cook gcc
   77.79  
   77.80 -	# 5. binutils (final)
   77.81 -	echo "cook: binutils final: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.82 -	cook binutils --install
   77.83 -	
   77.84 -	# 6. gcc (final)
   77.85 -	echo "cook: GCC final: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.86 -	for i in gcc gcc-lib-base libobjc libgomp
   77.87 -	do
   77.88 -		echo "cook: $i: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
   77.89 -		cook $i --install
   77.90 -	done
   77.91 -	cook libgfortran
   77.92 -	cook gfortran
   77.93 -	separator >> $tmplog
   77.94 +	cat >> $tmplog <<EOT
   77.95 +$(separator)
   77.96  
   77.97 -	# GCC info in toolchain.log
   77.98 -	echo -e "\nGCC compiler information" >> $tmplog
   77.99 -	separator >> $tmplog
  77.100 -	gcc -v 2>> $tmplog
  77.101 +GCC compiler information
  77.102 +$(separator)
  77.103 +$(gcc -v 2>&1 | sed 's|--|\n  --|g')
  77.104 +$(separator)
  77.105  
  77.106 -	# All packages cooked got ther own log so we dont keep them.
  77.107 -	separator >> $tmplog; echo "" >> $tmplog
  77.108 +EOT
  77.109 +
  77.110 +	# All packages cooked got ther own log so we don't keep them.
  77.111  	mv -f $tmplog $LOGS/$PACKAGE.log
  77.112 -}
  77.113  
  77.114 -# Rules to gen a SliTaz package suitable for Tazpkg.
  77.115 -genpkg_rules()
  77.116 -{
  77.117 -	binutils=$(grep ^VERSION $WOK/binutils/receipt | cut -d '"' -f 2)
  77.118 -	   linux=$(grep ^VERSION $WOK/linux-api-headers/receipt | cut -d '"' -f 2)
  77.119 -	     gcc=$(grep ^VERSION $WOK/gcc/receipt      | cut -d '"' -f 2)
  77.120 -	   glibc=$(grep ^VERSION $WOK/glibc/receipt    | cut -d '"' -f 2)
  77.121 -	
  77.122 -	mkdir -p $fs/usr/share/doc/slitaz
  77.123 -	cat > $fs/usr/share/doc/slitaz/toolchain.txt << EOT
  77.124 +	mkdir -p $install/usr/share/doc/slitaz
  77.125 +	cat > $install/usr/share/doc/slitaz/toolchain.txt <<EOT
  77.126  SliTaz GNU/Linux toolchain
  77.127  ================================================================================
  77.128  
  77.129 -Build date   : $(date "+%Y-%m-%d")
  77.130 +Build date   : $(date "+%F")
  77.131  Architecture : $ARCH
  77.132  Build system : $BUILD_SYSTEM
  77.133  Host  system : $HOST_SYSTEM
  77.134  
  77.135  Packages:
  77.136  
  77.137 -  * Binutils $binutils
  77.138 -  * Linux API headers $linux
  77.139 -  * GCC $gcc
  77.140 -  * Glibc $glibc
  77.141 +  * Binutils $(ver binutils)
  77.142 +  * Linux API headers $(ver linux-api-headers)
  77.143 +  * GCC $(ver gcc)
  77.144 +  * Glibc $(ver glibc)
  77.145  
  77.146  Toolchain documentation: http://doc.slitaz.org/en:cookbook:toolchain
  77.147  
  77.148 @@ -111,3 +87,10 @@
  77.149  
  77.150  EOT
  77.151  }
  77.152 +
  77.153 +# Rules to gen a SliTaz package suitable for Tazpkg.
  77.154 +genpkg_rules()
  77.155 +{
  77.156 +	copy @std
  77.157 +	DEPENDS="binutils linux-api-headers glibc-dev gcc make elfkickers"
  77.158 +}
    78.1 --- a/stellarium/receipt	Sun Jun 11 00:18:04 2017 +0300
    78.2 +++ b/stellarium/receipt	Mon Jun 12 11:39:09 2017 +0300
    78.3 @@ -12,7 +12,7 @@
    78.4  
    78.5  DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \
    78.6  libQtNetwork libQtGui zlib"
    78.7 -BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev \
    78.8 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread mesa-dev \
    78.9  qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev libdrm"
   78.10  
   78.11  # Rules to configure and make the package.
    79.1 --- a/stuntman/receipt	Sun Jun 11 00:18:04 2017 +0300
    79.2 +++ b/stuntman/receipt	Mon Jun 12 11:39:09 2017 +0300
    79.3 @@ -1,31 +1,32 @@
    79.4 -# SliTaz package receipt.
    79.5 +# SliTaz package receipt v2.
    79.6  
    79.7  PACKAGE="stuntman"
    79.8 -VERSION="1.2.6"
    79.9 +VERSION="1.2.13"
   79.10  CATEGORY="network"
   79.11 -SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)."
   79.12 +SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)"
   79.13  MAINTAINER="pascal.bellard@slitaz.org"
   79.14  LICENSE="Apache"
   79.15 -SOURCE="stunserver"
   79.16 -TARBALL="$SOURCE-$VERSION.tgz"
   79.17  WEB_SITE="http://www.stunprotocol.org/"
   79.18 -WGET_URL="$WEB_SITE/$TARBALL"
   79.19  
   79.20 -DEPENDS="gcc-lib-base libcrypto zlib"
   79.21 +TARBALL="stunserver-$VERSION.tgz"
   79.22 +WGET_URL="${WEB_SITE}$TARBALL"
   79.23 +
   79.24  BUILD_DEPENDS="libboost-dev openssl-dev zlib-dev"
   79.25  
   79.26  # Rules to configure and make the package.
   79.27  compile_rules()
   79.28  {
   79.29  	make
   79.30 +
   79.31 +	mkdir -p $install/usr/bin
   79.32 +	cp -a stunserver stunclient stuntestcode $install/usr/bin
   79.33 +	cook_pick_manpages resources/stunclient.1 resources/stunserver.1
   79.34  }
   79.35  
   79.36  # Rules to gen a SliTaz package suitable for Tazpkg.
   79.37  genpkg_rules()
   79.38  {
   79.39 -	mkdir -p $fs/usr/bin
   79.40 -	cp $src/stunserver $fs/usr/bin
   79.41 -	cp $src/stunclient $fs/usr/bin
   79.42 -	cp $src/stuntestcode $fs/usr/bin
   79.43 +	copy @std
   79.44 +	DEPENDS="libcrypto zlib"
   79.45  }
   79.46  
    80.1 --- a/uhd/receipt	Sun Jun 11 00:18:04 2017 +0300
    80.2 +++ b/uhd/receipt	Mon Jun 12 11:39:09 2017 +0300
    80.3 @@ -11,12 +11,12 @@
    80.4  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    80.5  
    80.6  DEPENDS="libboost-date-time libboost-filesystem libboost-program-options \
    80.7 -libboost-regex libboost-system libboost-test libboost-serialization \
    80.8 -libboost-thread libboost-tr1 udev python"
    80.9 -BUILD_DEPENDS="wget cmake python python-mako libboost-date-time-dev \
   80.10 -libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev \
   80.11 -libboost-system-dev libboost-test-dev libboost-serialization-dev \
   80.12 -libboost-thread-dev libboost-tr1-dev libusb-dev udev-dev"
   80.13 +libboost-regex libboost-system libboost-unit-test-framework libboost-serialization \
   80.14 +libboost-thread libboost-math-tr1 udev python"
   80.15 +BUILD_DEPENDS="wget cmake python python-mako libboost-dev libboost-date-time \
   80.16 +libboost-filesystem libboost-program-options libboost-regex \
   80.17 +libboost-system libboost-unit-test-framework libboost-serialization \
   80.18 +libboost-thread libboost-math-tr1 libusb-dev udev-dev"
   80.19  
   80.20  # Rules to configure and make the package.
   80.21  compile_rules()
    81.1 --- a/vmware-view-open-client/receipt	Sun Jun 11 00:18:04 2017 +0300
    81.2 +++ b/vmware-view-open-client/receipt	Mon Jun 12 11:39:09 2017 +0300
    81.3 @@ -13,7 +13,7 @@
    81.4  
    81.5  DEPENDS="gtk+ libssl libxml2 curl libboost-signals icu bzlib"
    81.6  BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev libboost-dev \
    81.7 -libboost-signals-dev icu-dev icu intltool"
    81.8 +libboost-signals icu-dev icu intltool"
    81.9  
   81.10  # Rules to configure and make the package.
   81.11  compile_rules()
    82.1 --- a/wesnoth/receipt	Sun Jun 11 00:18:04 2017 +0300
    82.2 +++ b/wesnoth/receipt	Mon Jun 12 11:39:09 2017 +0300
    82.3 @@ -14,10 +14,11 @@
    82.4  DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net libsdl-image zlib pango \
    82.5  cairo fontconfig libboost-regex libboost-iostreams libpng fribidi gcc-lib-base \
    82.6  xcb-util libboost-system libboost-program-options"
    82.7 -BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev \
    82.8 -libsdl-ttf libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils \
    82.9 -lua-dev libboost-serialization-dev autoconf automake fribidi-dev \
   82.10 -libboost-system-dev libboost-program-options-dev cmake"
   82.11 +BUILD_DEPENDS="cairo-dev pango-dev libboost-dev libboost-regex \
   82.12 +libboost-iostreams libsdl-dev libsdl-mixer-dev libsdl-ttf-dev libsdl-ttf \
   82.13 +libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev \
   82.14 +findutils lua-dev libboost-serialization autoconf automake fribidi-dev \
   82.15 +libboost-system libboost-program-options cmake"
   82.16  
   82.17  # Rules to configure and make the package.
   82.18  compile_rules()