diff options
Diffstat (limited to 'recipes/haserl')
-rw-r--r-- | recipes/haserl/haserl_0.8.0.bb | 9 | ||||
-rw-r--r-- | recipes/haserl/haserl_0.9.23.bb | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes/haserl/haserl_0.8.0.bb b/recipes/haserl/haserl_0.8.0.bb new file mode 100644 index 0000000000..ba10060c9c --- /dev/null +++ b/recipes/haserl/haserl_0.8.0.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "A cgi wrapper for embedding shell scripts into html documents" +SECTION = "console/network" +DEPENDS = "" +PR = "r0" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools gettext diff --git a/recipes/haserl/haserl_0.9.23.bb b/recipes/haserl/haserl_0.9.23.bb new file mode 100644 index 0000000000..3bc6467d85 --- /dev/null +++ b/recipes/haserl/haserl_0.9.23.bb @@ -0,0 +1,11 @@ +# Copyright (C) 2007-2008, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +DESCRIPTION = "A cgi wrapper for embedding shell scripts into html documents" +SECTION = "console/network" +DEPENDS = "" +PR = "r0" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools gettext |