summaryrefslogtreecommitdiffstats
path: root/recipes/puppy/puppy_1.11.bb
blob: 63ca033bec9ad212aabe49d0b0b9bd6798ab14be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Interface software for the TopField TF5000PVRt"
SECTION = "network"
PRIORITY = "optional"
HOMEPAGE = "http://sf.net/projects/puppy/"
LICENSE = "GPL"
PR = "r3"

SRC_URI = "cvs://anonymous:@puppy.cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_11 \
	   file://usb-header.patch"
S = "${WORKDIR}/puppy"

inherit autotools

INHIBIT_AUTO_STAGE = "1"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${S}/puppy ${D}${bindir}/puppy
}