aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk/fltkhackdiet_svn.bb
blob: a93328696162667b3c535a64ac95e689923e7bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "FLTK Hacker's Diet Application"
HOMEPAGE = "http://www.crash-override.net/omhackersdiet.html"
AUTHOR = "Benjamin 'blindcoder' Schieder'
LICENSE = "GPLv2"
SECTION = "x11/tool"
DEPENDS = "fltk"
RDEPENDS_${PN} = "curl"
SRCREV = "67"
PV = "1.0+svnr${SRCPV}"
PR = "r1"
S = "${WORKDIR}/trunk"

inherit autotools

SRC_URI = "svn://scavenger.homeip.net/svn/fltkhackdiet;module=trunk;proto=http"