wok-next diff obconf/receipt @ rev 15025
sipsak: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 21:34:10 2013 +0000 (2013-08-11) |
parents | 1dbb923ab613 |
children | e0611ce967ea |
line diff
1.1 --- a/obconf/receipt Tue Jul 10 14:57:43 2012 +0200 1.2 +++ b/obconf/receipt Sun Aug 11 21:34:10 2013 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Openbox WM configuration interface." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION-$GITTAG.tar.gz" 1.9 WEB_SITE="http://icculus.org/openbox/" 1.10 WGET_URL="http://git.openbox.org/?p=dana/obconf.git;a=snapshot;h=$GITTAG;sf=tgz" 1.11 @@ -32,8 +33,8 @@ 1.12 { 1.13 mkdir -p $fs/usr/share/applications 1.14 cp -a $stuff/obconf.desktop $fs/usr/share/applications 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/obconf $fs/usr/share 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/share/obconf $fs/usr/share 1.19 cp -a stuff/mime $fs/usr/share 1.20 touch $fs/usr/share/mime/x-openbox-theme.xml 1.21 touch $fs/usr/share/mime/x-vbscript.xml