wok-next diff xorg-xclock/receipt @ rev 17858
linux: ethernet drivers as modules
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Mar 25 01:55:02 2015 -0400 (2015-03-25) |
parents | eb8067417980 |
children | ea3c4b76ea5d |
line diff
1.1 --- a/xorg-xclock/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xclock/receipt Wed Mar 25 01:55:02 2015 -0400 1.3 @@ -10,6 +10,7 @@ 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-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib" 1.10 BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev" 1.11 @@ -17,7 +18,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --mandir=/usr/share/man \ 1.18 $CONFIGURE_ARGS &&