]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ion/ion3_0.0+ds20041104.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ion / ion3_0.0+ds20041104.bb
1 BROKEN = "1"
2 # is unfetchable now - upstream updated to 20050728
3
4 DEPENDS += "lua-native lua x11 xext"
5 DESCRIPTION = "Ion is a tiling tabbed window manager designed with keyboard \
6 users in mind."
7 HOMEPAGE = "http://modeemi.fi/~tuomov/ion/"
8 LICENSE = "LGPL"
9 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
10 PROVIDES += "ion"
11 SECTION = "x11/wm"
12 SNAPDATE = "${@(bb.data.getVar('PV', d, 1) or '')[-8:]}"
13
14 # Currently excluded from world builds due to requiring a full libX11
15 # rather than diet.
16 BROKEN = "1"
17
18 SRC_URI = "http://modeemi.fi/~tuomov/ion/dl/ion-3ds-${SNAPDATE}.tar.gz \
19            file://201_fix-paths.diff;patch=1 \
20            file://202_fix-menus.diff;patch=1 \
21            file://203_fix-kludges.diff;patch=1 \
22            file://204_fix-bindings.diff;patch=1 \
23            file://205_ion-lock.diff;patch=1 \
24            file://206_use-xterm.diff;patch=1 \
25            file://luaconfig.patch;patch=1 \
26            file://cross.patch;patch=1"
27 S = "${WORKDIR}/ion-3ds-${SNAPDATE}"
28
29 EXTRA_OECONF += "--disable-xinerama --disable-xfree86-textprop-bug-workaround \
30                  --disable-Xutf8 --disable-sun-fix-remap --enable-shared \
31                  --with-lua-prefix=${STAGING_BINDIR}/.. \
32                  --x-libraries=${STAGING_LIBDIR} \
33                  --x-includes=${STAGING_INCDIR}"
34
35 inherit autotools