wok diff xpad/receipt @ rev 16959
mplayer-opt: typo, --disable-esd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 29 01:39:13 2014 +0200 (2014-07-29) |
parents | 1ceb477b8f7e |
children | 1bd2c6414e5a |
line diff
1.1 --- a/xpad/receipt Sun Feb 10 17:55:46 2013 +0000 1.2 +++ b/xpad/receipt Tue Jul 29 01:39:13 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Sticky note application for X" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="https://launchpad.net/xpad" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 1.11 @@ -26,6 +27,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/ 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/ 1.18 }