From 343068cf9236f5a8f46a863cfbe2511238d0cadc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 5 Jan 2013 23:20:57 +0800 Subject: [PATCH] shampoo: Add the shampoo remote development package --- recipes-smalltalk/shampoo/shampoo_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-smalltalk/shampoo/shampoo_git.bb diff --git a/recipes-smalltalk/shampoo/shampoo_git.bb b/recipes-smalltalk/shampoo/shampoo_git.bb new file mode 100644 index 0000000000..d2155f685d --- /dev/null +++ b/recipes-smalltalk/shampoo/shampoo_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Iliad webframework" +HOMEPAGE = "http://dmitrymatveev.co.uk/shampoo/contribution.html" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d4a50099a9054443aacf3bb25a2d3b0e" + +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/dmatveev/shampoo.git;protocol=git;branch=master" +SRCREV = "8815d3c61dfc04d539c8bcc676d35fb1d568698c" +PV = "0.0.1+gitr${SRCPV}" +PR = "r1" + +RDEPENDS = "smalltalk-digest" + +inherit smalltalk_package