diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-25 10:58:58 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-25 10:58:58 +0000 |
commit | 65adc5f0c8da5f9fee2e226926ef82bbb4befe70 (patch) | |
tree | 574afd62375f4a69e0d2c6405ff3baa7fa4f7148 /packages/haserl/haserl_0.8.0.bb | |
parent | fc11f4a9df443abfe39313ed1e58bfefe06f54a0 (diff) |
haserl: Add package haserl
Diffstat (limited to 'packages/haserl/haserl_0.8.0.bb')
-rw-r--r-- | packages/haserl/haserl_0.8.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/haserl/haserl_0.8.0.bb b/packages/haserl/haserl_0.8.0.bb new file mode 100644 index 0000000000..4df013a5ef --- /dev/null +++ b/packages/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 = "http://puzzle.dl.sourceforge.net/sourceforge/haserl/haserl-0.8.0.tar.gz" + +inherit autotools gettext |