wok-6.x diff xcb-proto/receipt @ rev 16081
ARM: add more basic Xorg pkgs and improve jwm receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 15 19:56:28 2014 +0100 (2014-03-15) |
parents | 47e1df965953 |
children | c358d2c8fa30 |
line diff
1.1 --- a/xcb-proto/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/xcb-proto/receipt Sat Mar 15 19:56:28 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 {