util-linux-ng: fix swaponoff
[openembedded.git] / recipes / fltk / fltkcurrency_svn.bb
1 DESCRIPTION = "FLTK Currency Converter"
2 HOMEPAGE = ""
3 AUTHOR = "Benjamin 'blindcoder' Schieder'
4 LICENSE = "GPLv2"
5 SECTION = "other/tool"
6 DEPENDS = "fltk"
7 RDEPENDS = "curl"
8 SRCREV = "10"
9 PV = "1.0+svnr${SRCPV}"
10 PR = "r0"
11 S = "${WORKDIR}/trunk"
12 RDEPENDS = "bash wget"
13
14 inherit autotools
15
16 SRC_URI = "svn://scavenger.homeip.net/svn/fltkcurrency;module=trunk;proto=http"