# HG changeset patch # User Pascal Bellard # Date 1380300707 0 # Node ID b3db3f8245d752109e93262e95c7e956b0c8b411 # Parent a38fd3f53d2d7825c1df9bbe7d4c60336546216f tilda: include glib.h only diff -r a38fd3f53d2d -r b3db3f8245d7 tilda/receipt --- a/tilda/receipt Fri Sep 27 16:38:06 2013 +0000 +++ b/tilda/receipt Fri Sep 27 16:51:47 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.9.6" CATEGORY="utilities" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Linux terminal based on classic terminals from first person shooter games." WEB_SITE="http://tilda.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -17,6 +18,7 @@ compile_rules() { cd $src + sed -i 's||' src/tomboykeybinder.h src/tilda.c ./configure $CONFIGURE_ARGS && make && make install } @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/applications/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/tilda.glade $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/tilda.glade $fs/usr/share }