wok diff xorg-xeyes/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents cdbed34d7189
children 682b8a3cc16a
line diff
     1.1 --- a/xorg-xeyes/receipt	Sat Dec 17 11:45:19 2011 +0100
     1.2 +++ b/xorg-xeyes/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="A follow the mouse X demo."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="xeyes"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://xorg.freedesktop.org/"
    1.11  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.12 +
    1.13  DEPENDS="xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16 @@ -27,7 +29,7 @@
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr
    1.20 -	cp -a $_pkg/usr/bin $fs/usr
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22  	chmod +x $fs/usr/bin/*
    1.23  }
    1.24