diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:28:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:28:50 +0000 |
commit | 812ed0fec07831c3347d957b077d7edd5b70aa7d (patch) | |
tree | ef4b6a8cba3b78ae0dfc3391472556d4988a7e9a /package/nano/ipkg | |
parent | b997d07ee87438601de19eaf53584ba450c47e4a (diff) | |
download | upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.tar.gz upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.tar.bz2 upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.zip |
add nano
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nano/ipkg')
-rw-r--r-- | package/nano/ipkg/nano.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/nano/ipkg/nano.control b/package/nano/ipkg/nano.control new file mode 100644 index 0000000000..fa004b291f --- /dev/null +++ b/package/nano/ipkg/nano.control @@ -0,0 +1,7 @@ +Package: nano +Priority: optional +Section: admin +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Oliver Ertl <oliver@ertl-net.net> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/nano/ +Depends: libncurses +Description: An enhanced clone of the Pico text editor |