wok diff nano/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 6fa921084d5e
children 80053dcc1c1d
line diff
     1.1 --- a/nano/receipt	Mon Nov 30 21:57:53 2015 +0100
     1.2 +++ b/nano/receipt	Mon Jun 06 10:28:32 2016 -0300
     1.3 @@ -16,6 +16,11 @@
     1.4  SUGGESTED="gpm"
     1.5  BUILD_DEPENDS="ncursesw-dev zlib-dev groff"
     1.6  
     1.7 +# Handle cross compilation
     1.8 +case "$ARCH" in
     1.9 +	arm*) BUILD_DEPENDS="ncursesw-dev zlib-dev" ;;
    1.10 +esac
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {