aboutsummaryrefslogtreecommitdiffstats
path: root/packages/puppy/puppy_1.6.bb
blob: bd7dc7a76d01ffef0e7d9d04e6427db3a35e5caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Interface software for the TopField TF5000PVRt"
SECTION = "networking"
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_6"
S = "${WORKDIR}/puppy"

inherit autotools

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