aboutsummaryrefslogtreecommitdiffstats
path: root/packages/puppy
diff options
context:
space:
mode:
Diffstat (limited to 'packages/puppy')
-rw-r--r--packages/puppy/puppy_1.11.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/puppy/puppy_1.11.bb b/packages/puppy/puppy_1.11.bb
new file mode 100644
index 0000000000..253798a94b
--- /dev/null
+++ b/packages/puppy/puppy_1.11.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Interface software for the TopField TF5000PVRt"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+HOMEPAGE = "http://sf.net/project/puppy/"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_11"
+S = "${WORKDIR}/puppy"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 ${S}/puppy ${D}${bindir}/puppy
+}