wok diff xorg-xsetroot/receipt @ rev 20116
Up firmware-mod-kit (20170619)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 13 12:15:29 2017 +0200 (2017-10-13) |
parents | eb8067417980 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-xsetroot/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xsetroot/receipt Fri Oct 13 12:15:29 2017 +0200 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-libXmu xorg-libXcursor" 1.10 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" 1.11 @@ -17,13 +18,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - ./configure \ 1.17 - --prefix=/usr \ 1.18 - --mandir=/usr/share/man \ 1.19 - $CONFIGURE_ARGS 1.20 - make 1.21 - make DESTDIR=$DESTDIR install 1.22 + ./configure $CONFIGURE_ARGS && 1.23 + make && make install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.