summaryrefslogtreecommitdiff
path: root/packages/puppy/puppy_1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/puppy/puppy_1.8.bb')
-rw-r--r--packages/puppy/puppy_1.8.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/puppy/puppy_1.8.bb b/packages/puppy/puppy_1.8.bb
deleted file mode 100644
index 7696333ca9..0000000000
--- a/packages/puppy/puppy_1.8.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Interface software for the TopField TF5000PVRt"
-SECTION = "network"
-PRIORITY = "optional"
-HOMEPAGE = "http://sf.net/projects/puppy/"
-LICENSE = "GPL"
-PR = "r1"
-
-SRC_URI = "cvs://anonymous:@puppy.cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_8"
-S = "${WORKDIR}/puppy"
-
-inherit autotools
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/puppy ${D}${bindir}/puppy
-}