wok diff zile/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 64ade5018544
children ae6331238367
line diff
     1.1 --- a/zile/receipt	Sun Aug 11 14:28:31 2013 +0000
     1.2 +++ b/zile/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zile"
     1.7 -VERSION="2.3.21"
     1.8 +VERSION="2.3.24"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Zile is a lightweight Emacs clone."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -10,20 +10,16 @@
    1.13  WEB_SITE="http://www.gnu.org/software/zile/"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  TAGS="text-editor"
    1.16 +HOST_ARCH="i486 arm"
    1.17  
    1.18 -DEPENDS="ncurses"
    1.19 -BUILD_DEPENDS="ncurses-dev"
    1.20 +DEPENDS="ncursesw"
    1.21 +BUILD_DEPENDS="ncursesw-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--infodir=/usr/share/info \
    1.30 -		--mandir=/usr/share/man \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	./configure $CONFIGURE_ARGS &&
    1.34 +	make && make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.