]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/puppy/puppy_1.11.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / puppy / puppy_1.11.bb
1 DESCRIPTION = "Interface software for the TopField TF5000PVRt"
2 SECTION = "network"
3 PRIORITY = "optional"
4 MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
5 HOMEPAGE = "http://sf.net/projects/puppy/"
6 LICENSE = "GPL"
7 PR = "r1"
8
9 SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_11"
10 S = "${WORKDIR}/puppy"
11
12 inherit autotools
13
14 do_install() {
15         install -d ${D}${bindir}
16         install -m 0755 ${S}/puppy ${D}${bindir}/puppy
17 }