Files
Arch-R/packages/tools/nano/meta
Stephan Raue 9a642dfe71 nano: update to nano-2.2.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-26 19:48:55 +01:00

17 lines
516 B
Plaintext

PKG_NAME="nano"
PKG_VERSION="2.2.6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.nano-editor.org/"
PKG_URL="http://www.nano-editor.org/dist/v2.2/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="ncurses"
PKG_BUILD_DEPENDS="toolchain ncurses"
PKG_PRIORITY="optional"
PKG_SECTION="tools"
PKG_SHORTDESC="nano: Pico editor clone with enhancements"
PKG_LONGDESC="GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"