]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/fush/fush_0.9.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / fush / fush_0.9.0.bb
1 DESCRIPTION = "Fush is a shell replacement for security conscious admins."
2 HOMEPAGE = "http://sourceforge.net/projects/foosh/"
3 LICENSE = "GPL"
4 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5 DEPENDS = "readline"
6 PRIORITY = "optional"
7 SECTION = "console/shells"
8 PR = "r2"
9
10 RV = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
11 SRC_URI = "${SOURCEFORGE_MIRROR}/foosh/fush-${RV}.tar.gz \
12            file://openpty.patch;patch=1 \
13            file://install.patch;patch=1 \
14            file://paths.patch;patch=1"
15 S = "${WORKDIR}/fush-${RV}"
16
17 inherit autotools