From 9028fc799bbeb506186cfe3ae63f983fad5d4652 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 5 Jan 2013 20:03:30 +0800 Subject: [PATCH] iliad: Package the iliad stable release This is not the offifical iliad but with some updates to jquery and the addition of jqueryui. --- recipes-smalltalk/iliad/iliad_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-smalltalk/iliad/iliad_git.bb diff --git a/recipes-smalltalk/iliad/iliad_git.bb b/recipes-smalltalk/iliad/iliad_git.bb new file mode 100644 index 0000000000..f365a5c640 --- /dev/null +++ b/recipes-smalltalk/iliad/iliad_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Iliad webframework" +HOMEPAGE = "http://www.iliadproject.org/" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/zecke/iliad-stable.git;protocol=git;branch=master" +SRCREV = "3469a322b9cae17d452fae1b38d661e14e4ae902" +PV = "0.9.1+gitr${SRCPV}" +PR = "r1" + +inherit smalltalk_package + +do_compile() { + gst < /dev/null + find ${S} -name package.xml -execdir gst-package --target-directory="${S}" {} \; +}