java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / fush / fush_0.9.0.bb
blobb955d782bb659741ef31bc315b2daffb948e37ba
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
18 SRC_URI[md5sum] = "d7077d40a4bc18f05bc3a4895012646a"
19 SRC_URI[sha256sum] = "ad4a64117094eafde12d7aa8c81f6425113d1ebf5b561c6cc93cfda46a2fef41"