summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 23:11:40 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 23:11:40 +0000
commitaaa23a14e50259d47fbb5af4be36542271fb9779 (patch)
treec227dbcb9e5d35a6006da7a4b1049cda70fc9f16 /app-editors/qe
parentversion bump (diff)
downloadhistorical-aaa23a14e50259d47fbb5af4be36542271fb9779.tar.gz
historical-aaa23a14e50259d47fbb5af4be36542271fb9779.tar.bz2
historical-aaa23a14e50259d47fbb5af4be36542271fb9779.zip
touchups
Diffstat (limited to 'app-editors/qe')
-rw-r--r--app-editors/qe/qe-0.1.1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/app-editors/qe/qe-0.1.1.ebuild b/app-editors/qe/qe-0.1.1.ebuild
index ac71c92368df..218882aeea09 100644
--- a/app-editors/qe/qe-0.1.1.ebuild
+++ b/app-editors/qe/qe-0.1.1.ebuild
@@ -1,25 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/qe-0.1.1.ebuild,v 1.2 2003/02/13 06:58:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/qe-0.1.1.ebuild,v 1.3 2003/02/28 23:10:32 vapier Exp $
-IUSE=""
-DESCRIPTION="QE is a PE2-like editor program under U*nix with Chinese support"
+DESCRIPTION="PE2-like editor program under U*nix with Chinese support"
HOMEPAGE="http://www.cc.ncu.edu.tw/~center5/product/qe/
- http://members.xoom.com/linux4tw/qe/"
+ http://members.xoom.com/linux4tw/qe/"
SRC_URI="ftp://freebsd.sinica.edu.tw/pub/statue/qe/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/glibc"
-S=${WORKDIR}/${P}
+DEPEND="virtual/glibc"
src_compile() {
- ./configure --prefix=/usr
+ ./configure --prefix=/usr || die
make all || die
}
-src_install () {
+src_install() {
make prefix=${D}/usr install || die
dodoc AUTHORS ChangeLog README README.big5
}