wok diff ed/receipt @ rev 20501

frozen-bubble: move *.pm to i486-linux path
author Richard Dunbar <mojo@slitaz.org>
date Mon Oct 29 17:05:35 2018 -0400 (2018-10-29)
parents 84dacddcafd8
children d21a5ddba767
line diff
     1.1 --- a/ed/receipt	Fri Apr 11 11:44:33 2014 +0000
     1.2 +++ b/ed/receipt	Mon Oct 29 17:05:35 2018 -0400
     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.