aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fush/fush_0.9.0.bb
blob: b214af0748b3dd44cf492996e17851ef2c9fa565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Fush is a shell replacement for security conscious admins."
HOMEPAGE = "http://sourceforge.net/projects/foosh/"
LICENSE = "GPL"
DEPENDS = "readline"
PRIORITY = "optional"
SECTION = "base/shell"
PR = "r3"

RV = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
SRC_URI = "${SOURCEFORGE_MIRROR}/foosh/fush-${RV}.tar.gz \
	   file://openpty.patch \
	   file://install.patch \
	   file://paths.patch"
S = "${WORKDIR}/fush-${RV}"

inherit autotools

SRC_URI[md5sum] = "d7077d40a4bc18f05bc3a4895012646a"
SRC_URI[sha256sum] = "ad4a64117094eafde12d7aa8c81f6425113d1ebf5b561c6cc93cfda46a2fef41"