From 38b9ee8f6367284c11f3e51921e7c430363488d7 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 19 Feb 2007 16:04:47 +0000 Subject: ftpd-topfield: Updated to 0.7.0, and fixed usb.h header location --- packages/ftpd-topfield/files/usb-header-name.patch | 11 +++++++ packages/ftpd-topfield/ftpd-topfield_0.6.10.bb | 34 --------------------- packages/ftpd-topfield/ftpd-topfield_0.7.0.bb | 35 ++++++++++++++++++++++ 3 files changed, 46 insertions(+), 34 deletions(-) create mode 100644 packages/ftpd-topfield/files/usb-header-name.patch delete mode 100755 packages/ftpd-topfield/ftpd-topfield_0.6.10.bb create mode 100755 packages/ftpd-topfield/ftpd-topfield_0.7.0.bb (limited to 'packages/ftpd-topfield') diff --git a/packages/ftpd-topfield/files/usb-header-name.patch b/packages/ftpd-topfield/files/usb-header-name.patch new file mode 100644 index 0000000000..b3149341e2 --- /dev/null +++ b/packages/ftpd-topfield/files/usb-header-name.patch @@ -0,0 +1,11 @@ +--- ../../libtopfield/usb_io.h.orig 2006-01-05 14:55:10.000000000 +1030 ++++ ../../libtopfield/usb_io.h 2007-02-20 02:25:43.000000000 +1030 +@@ -34,7 +34,7 @@ + #include + #include + +-#include ++#include + #include + + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) diff --git a/packages/ftpd-topfield/ftpd-topfield_0.6.10.bb b/packages/ftpd-topfield/ftpd-topfield_0.6.10.bb deleted file mode 100755 index fab729b209..0000000000 --- a/packages/ftpd-topfield/ftpd-topfield_0.6.10.bb +++ /dev/null @@ -1,34 +0,0 @@ -# This package builds the ftpd-topfield program -PR = "r0" -DESCRIPTION = "ftpd-topfield - FTP access to TopField PVR" -HOMEPAGE = "http://sourceforge.net/projects/puppy" -SECTION = "net" -LICENSE = "MIT" - -SRC_URI = "cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_10 \ - cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_6_10 \ - file://init" - -# The source will end up in the subdirectory 'ftpd-topfield' - no release name -S = "${WORKDIR}/ftpd-topfield" - -inherit update-rc.d - -INITSCRIPT_NAME = "ftpd-topfield" -INITSCRIPT_PARAMS = "defaults" - -# Just the one package at present -PACKAGES = "${PN}" - -inherit autotools - -do_compile() { - oe_runmake -} - -do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/ftpd ${D}${sbindir}/ftpd-topfield - install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d - install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ftpd-topfield -} diff --git a/packages/ftpd-topfield/ftpd-topfield_0.7.0.bb b/packages/ftpd-topfield/ftpd-topfield_0.7.0.bb new file mode 100755 index 0000000000..9e2ff9bc23 --- /dev/null +++ b/packages/ftpd-topfield/ftpd-topfield_0.7.0.bb @@ -0,0 +1,35 @@ +# This package builds the ftpd-topfield program +PR = "r0" +DESCRIPTION = "ftpd-topfield - FTP access to TopField PVR" +HOMEPAGE = "http://sourceforge.net/projects/puppy" +SECTION = "net" +LICENSE = "MIT" + +SRC_URI = "cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_7_0 \ + cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_7_0 \ + file://usb-header-name.patch;patch=1 \ + file://init" + +# The source will end up in the subdirectory 'ftpd-topfield' - no release name +S = "${WORKDIR}/ftpd-topfield" + +inherit update-rc.d + +INITSCRIPT_NAME = "ftpd-topfield" +INITSCRIPT_PARAMS = "defaults" + +# Just the one package at present +PACKAGES = "${PN}" + +inherit autotools + +do_compile() { + oe_runmake +} + +do_install() { + install -d ${D}${sbindir} + install -m 0755 ${S}/ftpd ${D}${sbindir}/ftpd-topfield + install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d + install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ftpd-topfield +} -- cgit v1.2.3