DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor" HOMEPAGE="http://bellard.org/qemacs/" SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs" #CHECKSUM_MD5="" REVISION="1" STATUS_HAIKU="broken" DEPEND="app-text/texi2html >= 1.82" BUILD() { cd qemacs-0.3.2dev-cvs ./configure make } INSTALL() { cd qemacs-0.3.2dev-cvs make install } LICENSE="GNU LGPL v2.1" COPYRIGHT="2000-2003 Fabrice Bellard"