wok-next diff syasokoban/receipt @ rev 20137

mariadb: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 21:42:04 2017 +0100 (2017-10-31)
parents c4f226b02549
children 1ff0133b1f8c
line diff
     1.1 --- a/syasokoban/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.2 +++ b/syasokoban/receipt	Tue Oct 31 21:42:04 2017 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|<stdlib.h>|&\n#include <unistd.h>|' src/Main.cpp
     1.9  	if [ ! -f gcc44.u.done ]; then
    1.10  		patch -p0 < $stuff/gcc44.u
    1.11  		touch gcc44.u.done
    1.12 @@ -32,4 +32,3 @@
    1.13  	cp -a $stuff/sokoban.desktop $fs/usr/share/applications
    1.14  	cp -a $stuff/syasokoban $fs/usr/bin/syasokoban
    1.15  }
    1.16 -