From 3f8471cdb29ea53ce1963e65b3cf0b65656e2da9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Nov 2002 06:42:00 +0000 Subject: Changed mkdir ${D} to dodir ${D} --- app-sci/spice/spice-3.5.5.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'app-sci/spice') diff --git a/app-sci/spice/spice-3.5.5.ebuild b/app-sci/spice/spice-3.5.5.ebuild index 932527b61acc..52b096190569 100644 --- a/app-sci/spice/spice-3.5.5.ebuild +++ b/app-sci/spice/spice-3.5.5.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/spice/spice-3.5.5.ebuild,v 1.2 2002/10/20 18:40:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/spice/spice-3.5.5.ebuild,v 1.3 2002/11/17 06:39:02 vapier Exp $ +MY_P="spice3f5sfix" DESCRIPTION="SPICE 3 is a general-purpose circuit simulation program" HOMEPAGE="http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/spice3f5sfix.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc sys-libs/ncurses" -S=${WORKDIR}/spice3f5sfix/ +DEPEND="virtual/glibc + sys-libs/ncurses" +S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} ; cd ${S}/conf @@ -27,11 +29,11 @@ src_compile() { obj/bin/makeidx lib/helpdir/spice.txt } -src_install () { +src_install() { # install binaries install -d ${D}/usr/bin install -s obj/bin/spice3 ${D}/usr/bin - ln -s /usr/bin/spice3 ${D}/usr/bin/spice + dosym /usr/bin/spice3 /usr/bin/spice install -s obj/bin/help ${D}/usr/bin/spice.help install -s obj/bin/nutmeg ${D}/usr/bin install -s obj/bin/sconvert ${D}/usr/bin @@ -39,7 +41,7 @@ src_install () { install -s obj/bin/proc2mod ${D}/usr/bin # install runtime stuff rm -f lib/make* - mkdir -p ${D}/usr/lib/spice + dodir /usr/lib/spice cp -R lib/* ${D}/usr/lib/spice/ # install docs doman man/man1/* -- cgit v1.2.3-65-gdbad