summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 23:14:34 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 23:14:34 +0000
commitc1f765289c585d9858c0f0e17e186fce2c7b6bb1 (patch)
tree1a06b05e4d4f82b586acb3c6e2d1a3e38e014e11 /app-editors/qe
parenttouchups (diff)
downloadgentoo-2-c1f765289c585d9858c0f0e17e186fce2c7b6bb1.tar.gz
gentoo-2-c1f765289c585d9858c0f0e17e186fce2c7b6bb1.tar.bz2
gentoo-2-c1f765289c585d9858c0f0e17e186fce2c7b6bb1.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
}