# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Create by Lloyd Huang (Huang YU HSIN) e-mail lloyd@coventive.com # $Header: DESCRIPTION=" QE is a PE2-like editor program under U*nix (PE2 is an editor software undePC-DOS), I named it QE for the reason that the P is followed by Q, hope it can exceed PE2 :-), and I release this program under the terms of General Public License (GPL) " HOMEPAGE="http://www.cc.ncu.edu.tw/~center5/product/qe/ http://members.xoom.com/linux4tw/qe/" SRC_URI="ftp://freebsd.sinica.edu.tw/pub/statue/qe/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86" DEPEND="" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_unpack () { unpack ${A} cd ${S} } src_compile() { ./configure --prefix=/usr make all || die } src_install () { make prefix=${D}/usr install || die }