aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk/fltkcurrency_svn.bb
blob: f0bd1ad087c1dcc650da396630e722bc3e2838b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "FLTK Currency Converter"
HOMEPAGE = ""
AUTHOR = "Benjamin 'blindcoder' Schieder'
LICENSE = "GPLv2"
SECTION = "other/tool"
DEPENDS = "fltk"
RDEPENDS = "curl"
SRCREV = "10"
PV = "1.0+svnr${SRCPV}"
PR = "r0"
S = "${WORKDIR}/trunk"
RDEPENDS = "bash wget"

inherit autotools

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