: abispell-es-ES/abispell-es-Es bdb/bdb bsd-finger/bsd-finger
: bsd-finger/glibc2.2.patch
: ----------------------------------------------------------------------
--- /dev/null
+# HDW Linux abispell-es-ES
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Spanish check speller for abiword
+# [V] ""
+# [S] 3 5
+# [D] abispell-es-ES.i386.tar.gz
+
+build_main()
+{
+ mv usr/* $root/$prefix/usr
+}
--- /dev/null
+# HDW Linux bdb
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Berkeley DB
+# [V] 3.3.11
+# [S] 3 3
+# [D] db-3.3.11.tar.gz http://www.sleepycat.com/update/snapshot/
+
+build_main()
+{
+ cd build_unix
+ ../dist/configure $confopt --enable-cxx --enable-compat185"
+ make $make_conf ; make $install_conf install && \
+ ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb-3.a && \
+ ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb.a
+ [ -f /usr/include/db3 ] && rm -f /usr/include/db3
+}
--- /dev/null
+# HDW Linux bsd-finger
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] bsd-finger :)
+# [V] 0.17
+# [S] 3 5
+## [D] bsd-finger-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
+# [D] bsd-finger-0.17.tar.bz2 ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
+confopt="--with-debug"
--- /dev/null
+missed time.h
+--- ./finger/lprint.c.orig Tue Oct 9 14:58:18 2001
++++ ./finger/lprint.c Tue Oct 9 14:58:50 2001
+@@ -49,6 +49,7 @@
+ #include <sys/file.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include "finger.h"
+
+ static void lprint(PERSON *pn);
+--- ./finger/sprint.c.orig Tue Oct 9 14:59:26 2001
++++ ./finger/sprint.c Tue Oct 9 14:59:33 2001
+@@ -41,6 +41,7 @@
+
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>