wok-6.x diff mtdev/receipt @ rev 18640
Up tazpkg(876), cookutils(779); change post_install() in pango, slitaz-boot-scripts, syslinux, tazwikiss
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Nov 30 01:53:13 2015 +0200 (2015-11-30) |
parents | bb009a6ef036 |
children | f2a011e5ec78 |
line diff
1.1 --- a/mtdev/receipt Sat Nov 30 15:44:51 2013 +0000 1.2 +++ b/mtdev/receipt Mon Nov 30 01:53:13 2015 +0200 1.3 @@ -9,11 +9,11 @@ 1.4 WEB_SITE="http://bitmath.org/code/mtdev/" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WGET_URL="$WEB_SITE$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 ./configure $CONFIGURE_ARGS && make && make install 1.14 } 1.15