summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-19 19:58:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-19 19:58:11 +0000
commitdcbd63f95cd9fcc0263f4d86e4323f00418e4db8 (patch)
treeae6a7122e359621cb0be7ea93891150a8c3ea329 /app-sci/pcb
parentStable on sparc, mips (#51460) (Manifest recommit) (diff)
downloadgentoo-2-dcbd63f95cd9fcc0263f4d86e4323f00418e4db8.tar.gz
gentoo-2-dcbd63f95cd9fcc0263f4d86e4323f00418e4db8.tar.bz2
gentoo-2-dcbd63f95cd9fcc0263f4d86e4323f00418e4db8.zip
touchups
Diffstat (limited to 'app-sci/pcb')
-rw-r--r--app-sci/pcb/pcb-20031113-r1.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-sci/pcb/pcb-20031113-r1.ebuild b/app-sci/pcb/pcb-20031113-r1.ebuild
index 77ee4669e7c5..ca45819bc859 100644
--- a/app-sci/pcb/pcb-20031113-r1.ebuild
+++ b/app-sci/pcb/pcb-20031113-r1.ebuild
@@ -1,27 +1,27 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.4 2004/04/19 12:10:16 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.5 2004/05/19 19:58:11 vapier Exp $
-DESCRIPTION="PCB is a tool for the layout of printed circuit boards."
-HOMEPAGE="http://sourceforge.net/projects/pcb/"
+DESCRIPTION="tool for the layout of printed circuit boards"
+HOMEPAGE="http://pcb.sourceforge.net/"
SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz"
LICENSE="GPL-2"
+IUSE=""
KEYWORDS="x86"
+SLOT="0"
+
RDEPEND="virtual/x11"
DEPEND="${RDEPEND}
=dev-lang/tk-8*"
-IUSE=""
-SLOT="0"
src_compile() {
econf || die
- cd ${S}
emake || die
sed -i -e 's/\(^START-INFO\)/INFO-DIR-SECTION Miscellaneous\n\1/' \
doc/pcb.info
}
src_install() {
- emake DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
}