diff options
Diffstat (limited to 'recipes/fltk')
-rw-r--r-- | recipes/fltk/fltkclock_svn.bb | 2 | ||||
-rw-r--r-- | recipes/fltk/fltkcocktailbar_svn.bb | 2 | ||||
-rw-r--r-- | recipes/fltk/fltkcurrency_svn.bb | 16 |
3 files changed, 18 insertions, 2 deletions
diff --git a/recipes/fltk/fltkclock_svn.bb b/recipes/fltk/fltkclock_svn.bb index 907610da8e..bf7807425f 100644 --- a/recipes/fltk/fltkclock_svn.bb +++ b/recipes/fltk/fltkclock_svn.bb @@ -4,7 +4,7 @@ AUTHOR = "Benjamin 'blindcoder' Schieder' LICENSE = "PD/GPLv2" SECTION = "x11/tool" DEPENDS = "fltk" -SRCREV = "41" +SRCREV = "45" PV = "1.0+svnr${SRCPV}" PR = "r0" S = "${WORKDIR}/trunk" diff --git a/recipes/fltk/fltkcocktailbar_svn.bb b/recipes/fltk/fltkcocktailbar_svn.bb index ba1bc56ad6..bd74e99df0 100644 --- a/recipes/fltk/fltkcocktailbar_svn.bb +++ b/recipes/fltk/fltkcocktailbar_svn.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" SECTION = "x11/tool" DEPENDS = "fltk zlib cairo" RDEPENDS = "curl" -SRCREV = "51" +SRCREV = "52" PV = "1.0+svnr${SRCPV}" PR = "r0" S = "${WORKDIR}/trunk" diff --git a/recipes/fltk/fltkcurrency_svn.bb b/recipes/fltk/fltkcurrency_svn.bb new file mode 100644 index 0000000000..f0bd1ad087 --- /dev/null +++ b/recipes/fltk/fltkcurrency_svn.bb @@ -0,0 +1,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" |