wok-next diff ed/receipt @ rev 16694
xorg-kbproto: typo in depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 11:56:36 2014 +0300 (2014-05-23) |
parents | 84dacddcafd8 |
children | c4e53a39395a |
line diff
1.1 --- a/ed/receipt Fri Apr 11 11:44:33 2014 +0000 1.2 +++ b/ed/receipt Fri May 23 11:56:36 2014 +0300 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.gnu.org/software/ed/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="" 1.10 BUILD_DEPENDS="" 1.11 @@ -16,7 +17,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - ./configure --prefix=/usr && make && make install 1.16 + ./configure --prefix=/usr && 1.17 + make CC=${HOST_SYSTEM}-gcc && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.