wok diff ed/receipt @ rev 20649

retawq: regenerate mo files (Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:21:17 2019 +0100 (2019-01-12)
parents 84dacddcafd8
children d21a5ddba767
line diff
     1.1 --- a/ed/receipt	Fri Apr 11 11:44:33 2014 +0000
     1.2 +++ b/ed/receipt	Sat Jan 12 12:21:17 2019 +0100
     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.