wok-current diff xpad/receipt @ rev 15792
linux: CONFIG_I2C_EG20T=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 17 10:28:33 2014 +0000 (2014-01-17) |
parents | 1ceb477b8f7e |
children | 1bd2c6414e5a |
line diff
1.1 --- a/xpad/receipt Sun Feb 10 17:55:46 2013 +0000 1.2 +++ b/xpad/receipt Fri Jan 17 10:28:33 2014 +0000 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 }