add Added Files:
[hdw-repos/packages.git] / demian / pine.old / pine.old
diff --git a/demian/pine.old/pine.old b/demian/pine.old/pine.old
new file mode 100755 (executable)
index 0000000..9b68e2a
--- /dev/null
@@ -0,0 +1,17 @@
+# HDW Linux pine
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Console mail client, editor and file browser. A powerful suite.
+# [V] 4.44
+# [S] 3 10
+# [D] pine4.44.tar.gz ftp://ftp.cac.washington.edu/pine/
+
+
+build_main() {
+       ./build slx ; cp -v bin/* $root/usr/bin/
+       cp -a doc/ $root/usr/share/doc/packages/$pkg/
+       cp -a imap/docs/ $root/usr/share/doc/packages/$pkg/imap/
+       cp imap/src/imapd/imapd.8c $root/usr/share/man/man8/imapd.8
+       cd doc/
+       mv pico.1 pilot.1 pine.1 $root/usr/share/man/man1/
+}