1 DESCRIPTION
= "Fush is a shell replacement for security conscious admins."
2 HOMEPAGE
= "http://sourceforge.net/projects/foosh/"
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}"