wok-current diff xorg-xauth/receipt @ rev 15969

openssl: up to 1.0.1f + add to ARM arch (almost rewrite receipt)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 23:42:48 2014 +0100 (2014-02-24)
parents eb8067417980
children 010bb8c2c4ac
line diff
     1.1 --- a/xorg-xauth/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xauth/receipt	Mon Feb 24 23:42:48 2014 +0100
     1.3 @@ -10,10 +10,15 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/app/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libXmu"
    1.10  BUILD_DEPENDS="xorg-libXmu-dev"
    1.11  
    1.12 +case "$ARCH" in
    1.13 +	arm) BUILD_DEPENDS="xorg-xproto xorg-libXau-dev" ;;
    1.14 +esac
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {