wok diff nano/receipt @ rev 13964

Add perl-md4
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 01 18:26:04 2013 +0100 (2013-02-01)
parents a55dc7180253
children b932b8cd3cfa
line diff
     1.1 --- a/nano/receipt	Wed May 04 20:15:33 2011 +0200
     1.2 +++ b/nano/receipt	Fri Feb 01 18:26:04 2013 +0100
     1.3 @@ -9,10 +9,13 @@
     1.4  WEB_SITE="http://www.nano-editor.org/"
     1.5  WGET_URL="$WEB_SITE/dist/v2.2/$TARBALL"
     1.6  TAGS="text-editor"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="ncursesw"
    1.10  BUILD_DEPENDS="ncursesw-dev"
    1.11  
    1.12 +export LDFLAGS="-L/usr/cross/arm/lib -L/usr/cross/arm/usr/lib"
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 @@ -29,8 +32,8 @@
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/share $fs/etc
    1.21 -	cp -a $_pkg/usr/bin $fs/usr
    1.22 -	cp -a $_pkg/usr/share/nano $fs/usr/share
    1.23 +	cp -a $install/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/share/nano $fs/usr/share
    1.25  	# Config file.
    1.26  	cp $stuff/nanorc $fs/etc
    1.27  }