wok-current diff notecase/receipt @ rev 4360
Add gnuplot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 05 19:11:05 2009 +0200 (2009-10-05) |
parents | 085349c91f6a |
children | bee79018e13a |
line diff
1.1 --- a/notecase/receipt Thu Sep 24 19:11:22 2009 +0000 1.2 +++ b/notecase/receipt Mon Oct 05 19:11:05 2009 +0200 1.3 @@ -13,12 +13,13 @@ 1.4 1.5 # Rules to configure and make the package. 1.6 compile_rules() 1.7 -{ 1.8 +{ 1.9 busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || exit 1 1.10 cd $src 1.11 # Disable gnome-vfs support 1.12 sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile 1.13 sed -i /'HAVE_GNOME_VFS=1'/d Makefile 1.14 + sed -i /'AUTODETECT_GTKSOURCEVIEW=1'/d Makefile 1.15 sed -i s/'install -D'/'install'/ Makefile 1.16 # Compile 1.17 make