wok-next diff xorg-libxkbfile/receipt @ rev 18606
busybox: touch $root/etc/daemons.conf
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Nov 16 11:29:05 2015 +0200 (2015-11-16) |
parents | eb8067417980 |
children | 70e678f56117 |
line diff
1.1 --- a/xorg-libxkbfile/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-libxkbfile/receipt Mon Nov 16 11:29:05 2015 +0200 1.3 @@ -10,19 +10,20 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.x.org/" 1.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="xorg-libX11" 1.10 -BUILD_DEPENDS="xorg-libX11-dev" 1.11 +DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp" 1.12 +BUILD_DEPENDS="xorg-libX11-dev libxcb-dev xorg-libXau-dev xorg-libXdmcp-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.19 - --mandir=/usr/share/man --localstatedir=/var \ 1.20 - $CONFIGURE_ARGS 1.21 - make 1.22 - make DESTDIR=$DESTDIR install 1.23 + ./configure \ 1.24 + --sysconfdir=/etc \ 1.25 + --localstatedir=/var \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make DESTDIR=$DESTDIR install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.