wok-next diff xorg-xrandr/receipt @ rev 15972
Up dropbear (2014.63)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 28 15:13:09 2014 +0000 (2014-02-28) |
parents | 5ecfbd069597 |
children | cf41f989b6d2 |
line diff
1.1 --- a/xorg-xrandr/receipt Wed Oct 26 20:55:54 2011 +0000 1.2 +++ b/xorg-xrandr/receipt Fri Feb 28 15:13:09 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X app to show system resources usage." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="xrandr" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.x.org/" 1.11 @@ -25,5 +26,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 }