Changeset f1c24f0 in freewrt
- Timestamp:
- Feb 4, 2007, 2:58:02 AM (19 years ago)
- Children:
- 1ecc6fa
- Parents:
- 8e62bd6
- Location:
- package/nano
- Files:
-
- 2 added
- 2 edited
-
Config.in (modified) (1 diff)
-
Makefile (modified) (3 diffs)
-
files/nanorc (added)
-
ipkg/nano.conffiles (added)
Legend:
- Unmodified
- Added
- Removed
-
package/nano/Config.in
r8e62bd6 rf1c24f0 5 5 select FWRT_PACKAGE_LIBNCURSES 6 6 help 7 GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor. .7 GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor. 8 8 9 9 http://www.nano-editor.org/ -
package/nano/Makefile
r8e62bd6 rf1c24f0 8 8 9 9 PKG_NAME:= nano 10 PKG_VERSION:= 1.3.810 PKG_VERSION:= 2.0.3 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 20633397bf5d462255f37dfcc7cad4e7 13 PKG_SOURCE_URL:= http://www.ewtoo.org/~astyanax/nano/dist/v1.3 \ 14 http://www.nano-editor.org/dist/v1.3 12 PKG_MD5SUM:= b8e2c1450b36d21f9a82509da3e4d9b1 13 PKG_SOURCE_URL:= http://www.nano-editor.org/dist/v2.0 15 14 16 15 include ${TOPDIR}/mk/package.mk … … 21 20 CONFIGURE_ENV+= ac_cv_header_regex_h=no 22 21 CONFIGURE_ARGS+= --enable-tiny \ 22 --enable-nanorc \ 23 23 --disable-glibtest \ 24 24 --disable-utf8 \ … … 30 30 ${INSTALL_DIR} ${IDIR_NANO}/usr/bin 31 31 ${INSTALL_BIN} ${WRKINST}/usr/bin/nano ${IDIR_NANO}/usr/bin/ 32 ${INSTALL_DIR} ${IDIR_NANO}/etc 33 $(INSTALL_DATA) ./files/nanorc ${IDIR_NANO}/etc/ 32 34 33 35 include ${TOPDIR}/mk/pkg-bottom.mk
Note:
See TracChangeset
for help on using the changeset viewer.
