summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/vnc2swf')
-rw-r--r--x11-misc/vnc2swf/vnc2swf-0.3.ebuild8
-rw-r--r--x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild4
2 files changed, 3 insertions, 9 deletions
diff --git a/x11-misc/vnc2swf/vnc2swf-0.3.ebuild b/x11-misc/vnc2swf/vnc2swf-0.3.ebuild
index 2bf15037fcb6..fcf2a700f945 100644
--- a/x11-misc/vnc2swf/vnc2swf-0.3.ebuild
+++ b/x11-misc/vnc2swf/vnc2swf-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.3.ebuild,v 1.8 2005/02/06 18:05:16 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.3.ebuild,v 1.9 2005/07/11 23:07:15 swegener Exp $
SLOT="0"
DESCRIPTION="A tool for recording Shock wave Flash movies from vnc sessions"
@@ -13,13 +13,7 @@ DEPEND=">=media-libs/ming-0.2a
KEYWORDS="x86 ppc"
IUSE=""
-src_compile() {
- econf || die "Configure Failed"
- emake || die "Make Failed"
-}
-
src_install () {
- insinto /usr/bin
dobin vnc2swf || die "Install Failed"
dodoc README TODO
}
diff --git a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild
index 934462addad0..de042bff3484 100644
--- a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild
+++ b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.3 2005/06/20 00:15:41 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.4 2005/07/11 23:07:15 swegener Exp $
inherit eutils
@@ -22,7 +22,7 @@ DEPEND=">=media-libs/ming-0.2a
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -ie "s:docs:html:" README
sed -ie "s:-mouse ::" recordwin.sh
}