diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 07:42:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 07:42:29 +0000 |
commit | 61fc0a16aee7ed4da1e8f6cd244bab9ea6ff719c (patch) | |
tree | 21b4ecac8a38ba320a619615550301f95b25acf2 /net-www/gplflash | |
parent | upping the revision number, after reevaluating the importance of the fix (by ... (diff) | |
download | historical-61fc0a16aee7ed4da1e8f6cd244bab9ea6ff719c.tar.gz historical-61fc0a16aee7ed4da1e8f6cd244bab9ea6ff719c.tar.bz2 historical-61fc0a16aee7ed4da1e8f6cd244bab9ea6ff719c.zip |
fixed spacing
Diffstat (limited to 'net-www/gplflash')
-rw-r--r-- | net-www/gplflash/gplflash-0.4.10-r1.ebuild | 35 | ||||
-rw-r--r-- | net-www/gplflash/gplflash-0.4.10.ebuild | 32 |
2 files changed, 33 insertions, 34 deletions
diff --git a/net-www/gplflash/gplflash-0.4.10-r1.ebuild b/net-www/gplflash/gplflash-0.4.10-r1.ebuild index 5692f316a15c..e805dfd54815 100644 --- a/net-www/gplflash/gplflash-0.4.10-r1.ebuild +++ b/net-www/gplflash/gplflash-0.4.10-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: gplflash-0.4.10-r1.ebuild,v 1.8 2002/10/04 06:19:30 vapier Exp $ +# $Id: gplflash-0.4.10-r1.ebuild,v 1.9 2002/10/22 07:42:29 seemant Exp $ S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" SRC_URI="http://www.swift-tools.com/Flash/flash-0.4.10.tgz" HOMEPAGE="http://www.swift-tools.com/Flash" + +SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="media-libs/libflash" -LICENSE="GPL-2" -SLOT="0" - src_unpack() { cd ${WORKDIR} unpack flash-0.4.10.tgz @@ -21,20 +21,19 @@ src_unpack() { } src_compile() { - cd ${S} - emake + emake || die } -src_install() { - cd ${S}/Plugin - insinto /opt/netscape/plugins - doins npflash.so - cd ${S} - dodoc README COPYING - - if [ "`use mozilla`" ] ; then - dodir /usr/lib/mozilla/plugins - dosym /opt/netscape/plugins/npflash.so \ - /usr/lib/mozilla/plugins/npflash.so - fi +src_install() { + cd ${S}/Plugin + insinto /opt/netscape/plugins + doins npflash.so + cd ${S} + dodoc README COPYING + + if [ "`use mozilla`" ] ; then + dodir /usr/lib/mozilla/plugins + dosym /opt/netscape/plugins/npflash.so \ + /usr/lib/mozilla/plugins/npflash.so + fi } diff --git a/net-www/gplflash/gplflash-0.4.10.ebuild b/net-www/gplflash/gplflash-0.4.10.ebuild index 44bb490da70a..030159825528 100644 --- a/net-www/gplflash/gplflash-0.4.10.ebuild +++ b/net-www/gplflash/gplflash-0.4.10.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: gplflash-0.4.10.ebuild,v 1.7 2002/10/04 06:19:32 vapier Exp $ +# $Id: gplflash-0.4.10.ebuild,v 1.8 2002/10/22 07:42:29 seemant Exp $ S=${WORKDIR}/flash-0.4.10 DESCRIPTION="GPL Shockwave Flash Player/Plugin" SRC_URI="http://www.swift-tools.com/Flash/flash-0.4.10.tgz" HOMEPAGE="http://www.swift-tools.com/Flash" -KEYWORDS="x86 ppc sparc sparc64" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="media-libs/libflash" @@ -22,20 +23,19 @@ src_unpack() { } src_compile() { - cd ${S} - emake + emake || die } -src_install() { - cd ${S}/Plugin - insinto /opt/netscape/plugins - doins npflash.so - cd ${S} - dodoc README ReadMe.htm - - if [ "`use mozilla`" ] ; then - dodir /usr/lib/mozilla/plugins - dosym /opt/netscape/plugins/npflash.so \ - /usr/lib/mozilla/plugins/npflash.so - fi +src_install() { + cd ${S}/Plugin + insinto /opt/netscape/plugins + doins npflash.so + cd ${S} + dodoc README ReadMe.htm + + if [ "`use mozilla`" ] ; then + dodir /usr/lib/mozilla/plugins + dosym /opt/netscape/plugins/npflash.so \ + /usr/lib/mozilla/plugins/npflash.so + fi } |