diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:08:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:08:38 +0000 |
commit | bc3e4093f4b7f3a63a4531462693e04b12e7dbd8 (patch) | |
tree | 0761b918a90dcb763c68eeb1ebec88813594f1b6 /app-misc/nomad-tool | |
parent | ~mips (diff) | |
download | gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.gz gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.bz2 gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/nomad-tool')
-rw-r--r-- | app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild b/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild index e8aa73b66805..6fd79233200a 100644 --- a/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild +++ b/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild,v 1.4 2004/06/24 22:27:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild,v 1.5 2004/06/28 04:04:59 vapier Exp $ GUI_V=0.5.5 @@ -9,27 +9,26 @@ HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.php" SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz http://www.its.caltech.edu/~georges/gentoo/proj/nomad-gui/nomad-gui-${GUI_V}.py.bz2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -LICENSE="GPL-2" IUSE="tcltk" DEPEND="" +S=${WORKDIR} src_compile() { - cd ${WORKDIR} make PREFIX="/usr" || die "compile failed" } src_install() { - cd ${WORKDIR} dobin nomad-tool dolib nomad-open chmod 4755 ${D}/usr/lib/nomad-open doman nomad-tool.1 - dodoc ChangeLog COPYING README + dodoc ChangeLog README #optional gui interface, needs python with tkinter use tcltk && ( |