wok diff kobodeluxe/receipt @ rev 4297

Add: procps
author Paul Issott <paul@slitaz.org>
date Sat Sep 26 22:43:03 2009 +0000 (2009-09-26)
parents 2c679ce49f4c
children 9bac91257596
line diff
     1.1 --- a/kobodeluxe/receipt	Sat Jun 13 13:32:50 2009 +0200
     1.2 +++ b/kobodeluxe/receipt	Sat Sep 26 22:43:03 2009 +0000
     1.3 @@ -22,13 +22,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/pipe2/pipe_2/' enemy.cpp enemies.h
     1.8 +	sed -i 's/strchr.txt/strchr((char *) txt/' graphics/window.cpp
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \
    1.12  		--infodir=/usr/share/info \
    1.13  		--sharedstatedir=/var/games \
    1.14 -		$CONFIGURE_ARGS
    1.15 -	make
    1.16 +		$CONFIGURE_ARGS &&
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20