diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-03-29 12:03:55 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-03-29 12:03:55 +0000 |
commit | f1d510e5f40c39108c28e457360267d0a4976575 (patch) | |
tree | d22678d4e3cfb27624da17d8cca184a92e3a3dff /packages/haserl | |
parent | d50acaaca52f66d30d32990eb3bca7fb7c03610c (diff) |
packages/haserl/haserl_0.9.23.bb : Update haselr to latest version
Diffstat (limited to 'packages/haserl')
-rw-r--r-- | packages/haserl/haserl_0.9.23.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/haserl/haserl_0.9.23.bb b/packages/haserl/haserl_0.9.23.bb new file mode 100644 index 0000000000..3bc6467d85 --- /dev/null +++ b/packages/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 |