diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-22 11:59:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-22 11:59:22 +0000 |
commit | a3bf044725e2112696eec787d6b5a82a750310d1 (patch) | |
tree | a6504b1e27db633b9b491640f7f508341f6d1f88 /package/ncftp/Config.in | |
parent | 293c026854f602e37d0f72aa761c7fb68e196b82 (diff) |
ncftp package. Patch from #1355
Diffstat (limited to 'package/ncftp/Config.in')
-rw-r--r-- | package/ncftp/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in new file mode 100644 index 000000000..7908ed009 --- /dev/null +++ b/package/ncftp/Config.in @@ -0,0 +1,20 @@ +config BR2_PACKAGE_NCFTP + bool "ncftp" + default n + help + NcFTP Client (also known as just NcFTP) is a set of FREE application + programs implementing the File Transfer Protocol (FTP). + + http://www.ncftp.com/ncftp/ + +config BR2_PACKAGE_NCFTP_UTILS + bool "install utils (ncftpput, ncftpget, ncftpls)" + default n + depends on BR2_PACKAGE_NCFTP + help + This will also install: + - NcFTPGet - command-line utility program + - NcFTPPut - command-line utility program + - NcFTPLs - command-line utility program + - NcFTPBatch - background FTP program for individual users + - NcFTPSpooler - background batch FTP service for systems |