Skip to content

Commit

Permalink
haserl: add recipe as rdepends of coova-chilli
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
  • Loading branch information
TomaszAIR committed Feb 22, 2021
1 parent fc28e89 commit 0e4b6c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes-devtool/haserl/haserl_0.9.35.bb
@@ -0,0 +1,15 @@
SUMMARY = "A cgi scripting program for embedded environments"
DESCRIPTION = "Haserl is a small cgi wrapper that allows \"PHP\" style cgi \
programming, but uses a UNIX bash-like shell or Lua as the programming \
language. It is very small, so it can be used in embedded environments, or \
where something like PHP is too big."
HOMEPAGE = "http://haserl.sourceforge.net/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRC_URI = " \
https://netix.dl.sourceforge.net/project/haserl/haserl-devel/haserl-${PV}.tar.gz \
"
SRC_URI[sha256sum] = "a1b633e80f3e2638e7f8f850786e95072cfd9877f88780092996fd6aaf7ae2da"

inherit autotools pkgconfig

0 comments on commit 0e4b6c8

Please sign in to comment.