summaryrefslogtreecommitdiff
path: root/packages/ftpd-topfield/ftpd-topfield_0.6.10.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-19 16:04:47 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-19 16:04:47 +0000
commit38b9ee8f6367284c11f3e51921e7c430363488d7 (patch)
tree764c7d443e5fd446a60c1a882520e132709639df /packages/ftpd-topfield/ftpd-topfield_0.6.10.bb
parent26cf88c76c2e3d4e71266068ce2314af9c2c3c0d (diff)
ftpd-topfield: Updated to 0.7.0, and fixed usb.h header location
Diffstat (limited to 'packages/ftpd-topfield/ftpd-topfield_0.6.10.bb')
-rwxr-xr-xpackages/ftpd-topfield/ftpd-topfield_0.6.10.bb34
1 files changed, 0 insertions, 34 deletions
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
-}