wok rev 1539
sakura: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 10 09:06:29 2008 +0000 (2008-10-10) |
parents | 91a81354feee |
children | b69c8150007d |
files | sakura/receipt |
line diff
1.1 --- a/sakura/receipt Fri Oct 10 08:13:05 2008 +0000 1.2 +++ b/sakura/receipt Fri Oct 10 09:06:29 2008 +0000 1.3 @@ -15,8 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - cmake -DCMAKE_INSTALL_PREFIX=/usr . 1.8 - make 1.9 + cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.10 + sed -i 's/$/ -lncurses/' CMakeFiles/sakura.dir/link.txt && 1.11 + make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14