aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ftpd-topfield
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-09-07 16:25:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-07 16:25:16 +0000
commit88e3667e366d184184913c9879e9834275c59ef3 (patch)
tree0b6750977eb261417dfef289f53a8da887bb3d90 /packages/ftpd-topfield
parent43f4f8650147d06c2d24e14d5e42a305a5f3195f (diff)
downloadopenembedded-88e3667e366d184184913c9879e9834275c59ef3.tar.gz
ftpd-topfield: removed intermediate buggy version 0.6.0
Diffstat (limited to 'packages/ftpd-topfield')
-rw-r--r--packages/ftpd-topfield/ftpd-topfield_0.6.0.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb b/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb
deleted file mode 100644
index 06cd4732d7..0000000000
--- a/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb
+++ /dev/null
@@ -1,39 +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"
-MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
-SECTION = "net"
-LICENSE = "MIT"
-
-DEPENDS = "libusb"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_0 \
- cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=LIBTOPFIELD_0_5_0 \
- file://init"
-
-# The source will end up in the subdirectory 'ftpd-topfield' - no release name
-S = "${WORKDIR}/ftpd-topfield"
-SL = "${WORKDIR}/libtopfield"
-
-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 -C ${SL} libtopfield.a
- oe_runmake LDLIBS="${LDFLAGS} -L ../libtopfield -ltopfield -lusb"
-}
-
-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
-}