--- /dev/null
+---
+ docs/reference/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: gypsy/docs/reference/Makefile.am
+===================================================================
+--- gypsy.orig/docs/reference/Makefile.am 2007-10-04 23:04:44.000000000 +0100
++++ gypsy/docs/reference/Makefile.am 2007-10-04 23:04:53.000000000 +0100
+@@ -82,4 +82,4 @@ include $(top_srcdir)/gtk-doc.make
+
+ # Other files to distribute
+ # e.g. EXTRA_DIST += version.xml.in
+-EXTRA_DIST +=
++# EXTRA_DIST =
--- /dev/null
+DESCRIPTION = "GPS Controlling Daemon"
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "glib-2.0 dbus"
+
+inherit autotools pkgconfig
+
+do_configure_prepend () {
+ touch ${S}/gtk-doc.make
+}
+
+FILES_${PN} += "/usr/share/dbus-1/services/"
\ No newline at end of file
--- /dev/null
+require gypsy.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PV = "0.0+svnr${SRCREV}"
+S = "${WORKDIR}/${PN}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
+ file://fixups.patch;patch=1"
\ No newline at end of file