merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / fush / fush_0.9.0.bb
blob8f5024381c273afdc0cb6e6d578c6633cafa423b
1 DESCRIPTION = "Fush is a shell replacement for security conscious admins."
2 HOMEPAGE = "http://sourceforge.net/projects/foosh/"
3 LICENSE = "GPL"
4 DEPENDS = "readline"
5 PRIORITY = "optional"
6 SECTION = "base/shell"
7 PR = "r3"
9 RV = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
10 SRC_URI = "${SOURCEFORGE_MIRROR}/foosh/fush-${RV}.tar.gz \
11 file://openpty.patch;patch=1 \
12 file://install.patch;patch=1 \
13 file://paths.patch;patch=1"
14 S = "${WORKDIR}/fush-${RV}"
16 inherit autotools