wok rev 23962

Add caprice32 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 01 16:36:55 2020 +0000 (2020-10-01)
parents 55e41ff9f4ed
children c7da5d8a0b77
files caprice32/receipt
line diff
     1.1 --- a/caprice32/receipt	Thu Oct 01 15:38:46 2020 +0000
     1.2 +++ b/caprice32/receipt	Thu Oct 01 16:36:55 2020 +0000
     1.3 @@ -12,12 +12,13 @@
     1.4  TAGS="emulator amstrad"
     1.5  
     1.6  DEPENDS="libsdl freetype zlib libpng gcc83-lib-base"
     1.7 -BUILD_DEPENDS="gcc83 libsdl-dev freetype-dev zlib-dev libpng-dev mesa-dev"
     1.8 +BUILD_DEPENDS="gcc83 libsdl-dev freetype-dev zlib-dev libpng-dev gcc83-lib-base"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	grep -rl /usr/local $src | xargs sed -i 's|/usr/local|/usr|'
    1.14 +	sed -i '/git/d;/GIT/d' makefile
    1.15  	make CC=gcc-83 CXX=g++-83 &&
    1.16  	make DESTDIR=$DESTDIR install
    1.17  }