wok-next diff frogatto/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents 205d192370e5
children 595097cb4e40
line diff
     1.1 --- a/frogatto/receipt	Tue Aug 13 13:22:54 2013 +0000
     1.2 +++ b/frogatto/receipt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -10,19 +10,19 @@
     1.4  WEB_SITE="http://www.frogatto.com"
     1.5  WGET_URL="$WEB_SITE/files/$TARBALL"
     1.6  
     1.7 -DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer libpng \
     1.8 -libboost-regex libboost-system libboost-date-time libboost-thread libboost-iostreams \
     1.9 -frogatto-data"
    1.10 -BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev libsdl-dev libsdl-image-dev \
    1.11 -libsdl-ttf-dev libsdl-mixer-dev libpng-dev libboost-regex-dev libboost-system-dev \
    1.12 -libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev glew-dev"
    1.13 +DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer \
    1.14 +libpng libboost-regex libboost-system libboost-date-time libboost-thread \
    1.15 +libboost-iostreams frogatto-data"
    1.16 +BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev \
    1.17 +libsdl-dev libsdl-image-dev libsdl-ttf-dev libsdl-mixer-dev libpng-dev \
    1.18 +libboost-dev glew-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24  
    1.25 -	# Frogatto look for multithread libbost (*-mt.so) but we don't use
    1.26 +	# Frogatto look for multithread libboost (*-mt.so) but we don't use
    1.27  	# them in SliTaz, let's lure it.
    1.28  	for lib in $(ls /usr/lib/libboost*); do
    1.29  		link=$(echo $lib | sed 's/\./-mt./')