diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-15 10:49:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-15 10:49:01 +0200 |
commit | 1705a068b09d5bb8fec42ae84cb9990d36f31720 (patch) | |
tree | 2f6a55f18d6df3e6c764ffde9da291479420baac /recipes | |
parent | 272ae318b03bcd062f8b43258ce54a2cd96b9f45 (diff) |
haserl: update to 0.9.25
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/haserl/haserl_0.9.25.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/haserl/haserl_0.9.25.bb b/recipes/haserl/haserl_0.9.25.bb new file mode 100644 index 0000000000..d1a06007c0 --- /dev/null +++ b/recipes/haserl/haserl_0.9.25.bb @@ -0,0 +1,9 @@ +# 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" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools gettext |