wok-6.x diff xorg-xkill/receipt @ rev 20279
8086tiny: fix DAA/DAS/shift opcodes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 13:08:29 2018 +0100 (2018-03-23) |
parents | eb8067417980 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-xkill/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xkill/receipt Fri Mar 23 13:08:29 2018 +0100 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="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="xorg-libXmu" 1.10 BUILD_DEPENDS="xorg-libXmu-dev" 1.11 @@ -17,11 +18,9 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$DESTDIR install 1.20 + ./configure \ 1.21 + $CONFIGURE_ARGS && 1.22 + make && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.