wok rev 15951

arm: start porting Xorg proto
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 14:41:15 2014 +0100 (2014-02-23)
parents b5e2e43fdf99
children 30509da0e83b
files xcb-proto/receipt xorg-util-macros/receipt xorg-xproto/receipt
line diff
     1.1 --- a/xcb-proto/receipt	Sun Feb 23 12:25:52 2014 +0000
     1.2 +++ b/xcb-proto/receipt	Sun Feb 23 14:41:15 2014 +0100
     1.3 @@ -9,10 +9,15 @@
     1.4  WEB_SITE="http://xcb.freedesktop.org/"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="${WEB_SITE}dist/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python pkg-config"
    1.10  BUILD_DEPENDS="python-dev libxml2-tools"
    1.11  
    1.12 +case "$ARCH" in
    1.13 +	arm) BUILD_DEPENDS="" ;;
    1.14 +esac
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
     2.1 --- a/xorg-util-macros/receipt	Sun Feb 23 12:25:52 2014 +0000
     2.2 +++ b/xorg-util-macros/receipt	Sun Feb 23 14:41:15 2014 +0100
     2.3 @@ -10,8 +10,9 @@
     2.4  SOURCE="util-macros"
     2.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     2.6  WGET_URL="$XORG_MIRROR/util/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9 -DEPENDS="m4 pkg-config"
    2.10 +DEPENDS="m4"
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
     3.1 --- a/xorg-xproto/receipt	Sun Feb 23 12:25:52 2014 +0000
     3.2 +++ b/xorg-xproto/receipt	Sun Feb 23 14:41:15 2014 +0100
     3.3 @@ -10,6 +10,7 @@
     3.4  SOURCE="xproto"
     3.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     3.6  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  DEPENDS="xorg-util-macros pkg-config"
    3.10  BUILD_DEPENDS="xorg-util-macros"