add Added Files:
[hdw-repos/packages.git] / demian / ncftp / ncftp
diff --git a/demian/ncftp/ncftp b/demian/ncftp/ncftp
new file mode 100755 (executable)
index 0000000..5c19ff0
--- /dev/null
@@ -0,0 +1,19 @@
+# HDW Linux ncftp
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Sympathic ftp client with command line auto completion 
+# [I] and some other cool features.
+# [V] 3.1.5
+# [S] 3 10
+# [D] ncftp-3.1.5-src.tar.bz2 ftp://ftp.ncftp.com/ncftp/
+
+pre_install()
+{
+    ln -sf /usr/bin/ls /bin/
+}
+
+post_install()
+{
+    rm /bin/ls
+}
+