Work in progress port of QEmacs (broken)

This commit is contained in:
François Revol
2013-03-08 01:26:19 +00:00
parent 78b3faaec2
commit c035e78d0c
2 changed files with 1025 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,20 @@
DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor"
HOMEPAGE="http://bellard.org/qemacs/"
SRC_URI="http://bellard.org/qemacs/qemacs-0.3.3.tar.gz"
CHECKSUM_MD5="42fe8cc431bb9cbbeb898a2c18335990"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd qemacs-0.3.3
./configure
make
}
INSTALL {
cd qemacs-0.3.3
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2000-2003 Fabrice Bellard"