wok diff xorg-xset/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
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	Tue Feb 18 17:43:11 2014 +0100
     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  }