aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk/fltkwwpointcal_svn.bb
blob: 9ad34d2f295efdc9c1bac5cac4f4fedc1a228fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "FLTK Weight Watchers Points Calculator"
HOMEPAGE = "http://www.crash-override.net/omwwpointcal.html"
AUTHOR = "Benjamin 'blindcoder' Schieder'
LICENSE = "GPLv2"
SECTION = "x11/tool"
DEPENDS = "fltk"
SRCREV = "2"
PV = "1.0+svnr${SRCPV}"
PR = "r0"
S = "${WORKDIR}/trunk"

inherit autotools

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