Changeset 3925
- Timestamp:
- 03/01/10 00:09:23 (2 years ago)
- Files:
-
- trunk/freewrt/package/nano/Makefile (modified) (2 diffs)
- trunk/freewrt/package/nano/patches (added)
- trunk/freewrt/package/nano/patches/patch-configure (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/nano/Makefile
r3392 r3925 8 8 9 9 PKG_NAME:= nano 10 PKG_VERSION:= 2. 0.610 PKG_VERSION:= 2.2.3 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 619107f0fc3c4383d668cef15aa3ca3213 MASTER_SITES:= http://www.nano-editor.org/dist/v2. 0/12 PKG_MD5SUM:= 91918a484f54f94fedaebe00dc393a50 13 MASTER_SITES:= http://www.nano-editor.org/dist/v2.2/ 14 14 15 15 include ${TOPDIR}/mk/package.mk … … 32 32 --disable-speller \ 33 33 --disable-operatingdir \ 34 --disable-color \ 34 35 --enable-multibuffer 35 36 ifneq (${FWRT_UNICODE},)


