wok-current rev 15315
tilda: include glib.h only
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 16:51:47 2013 +0000 (2013-09-27) |
parents | a38fd3f53d2d |
children | 8cc7f831f563 |
files | tilda/receipt |
line diff
1.1 --- a/tilda/receipt Fri Sep 27 16:38:06 2013 +0000 1.2 +++ b/tilda/receipt Fri Sep 27 16:51:47 2013 +0000 1.3 @@ -4,6 +4,7 @@ 1.4 VERSION="0.9.6" 1.5 CATEGORY="utilities" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="Linux terminal based on classic terminals from first person shooter games." 1.9 WEB_SITE="http://tilda.sourceforge.net" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 @@ -17,6 +18,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + sed -i 's|<glib/.*|<glib.h>|' src/tomboykeybinder.h src/tilda.c 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && make install 1.18 } 1.19 @@ -25,7 +27,7 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share/applications/ 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.25 - cp -a $_pkg/usr/share/tilda.glade $fs/usr/share 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.28 + cp -a $install/usr/share/tilda.glade $fs/usr/share 1.29 }