wok-6.x diff xorg-xset/receipt @ rev 17246
Up osmo (0.2.12)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 10:30:22 2014 +0200 (2014-10-19) |
parents | d384830d7c42 |
children | 11bd286c39d2 |
line diff
1.1 --- a/xorg-xset/receipt Wed Oct 26 20:55:00 2011 +0000 1.2 +++ b/xorg-xset/receipt Sun Oct 19 10:30:22 2014 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg user preference utility." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="xorg-libXmu" 1.8 -BUILD_DEPENDS="xorg-libXmu-dev" 1.9 +LICENSE="MIT" 1.10 SOURCE="xset" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://xorg.freedesktop.org/" 1.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.14 1.15 +DEPENDS="xorg-libXmu" 1.16 +BUILD_DEPENDS="xorg-libXmu-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -25,5 +27,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }