1 DESCRIPTION
= "Neuros window manager"
4 PV
= "0.0+${PR}+gitr${SRCREV}"
7 inherit qt4e update
-rc.d
9 SRCREV
= "b042e49d3a71cea6d4545ef6f2fc90979518b22e"
10 SRC_URI
= "git://git.neurostechnology.com/git/app-nwm;protocol=git \
13 INITSCRIPT_NAME
= "neuros-nwm"
17 do_configure_prepend
() {
18 rm $
{S
}/src
/Makefile ||
true
19 sed
-i
-e s
:/usr
/locl
/bin:$
{bindir
}:g $
{WORKDIR
}/init
23 install
-d $
{D
}/$
{bindir
}
24 install
-m
0755 $
{S
}/build
/nwm $
{D
}/$
{bindir
}
25 install
-d $
{D
}/$
{libdir
}
26 ln
-sf $
{datadir
}/fonts $
{D
}/$
{libdir
}/fonts
28 install
-d $
{D
}/$
{sysconfdir
}/init.d
29 install
-m
0755 $
{WORKDIR
}/init $
{D
}/$
{sysconfdir
}/init.d
/neuros
-nwm
32 FILES_$
{PN
} += "${libdir}/fonts"