diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-19 01:10:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-19 01:10:33 +0000 |
commit | 4ac1da0d473d04d93eedd8a7ae276675c05753d5 (patch) | |
tree | 1546d328c7fa9773a854e538747d09d37c1c0f23 /net-www/adobesvg | |
parent | Fixed a compilation issue. (Manifest recommit) (diff) | |
download | gentoo-2-4ac1da0d473d04d93eedd8a7ae276675c05753d5.tar.gz gentoo-2-4ac1da0d473d04d93eedd8a7ae276675c05753d5.tar.bz2 gentoo-2-4ac1da0d473d04d93eedd8a7ae276675c05753d5.zip |
where did these things go ?
Diffstat (limited to 'net-www/adobesvg')
-rw-r--r-- | net-www/adobesvg/adobesvg-3.01_beta3.ebuild | 28 | ||||
-rw-r--r-- | net-www/adobesvg/files/digest-adobesvg-3.01_beta3 | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net-www/adobesvg/adobesvg-3.01_beta3.ebuild b/net-www/adobesvg/adobesvg-3.01_beta3.ebuild new file mode 100644 index 000000000000..62278f64888b --- /dev/null +++ b/net-www/adobesvg/adobesvg-3.01_beta3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01_beta3.ebuild,v 1.1 2004/05/19 01:10:33 vapier Exp $ + +inherit nsplugins + +MY_BV=88 +MY_PV=${PV/_beta3/x${MY_BV}} +DESCRIPTION="Scalable Vector Graphics plugin" +HOMEPAGE="http://www.adobe.com/svg/main.html" +SRC_URI="http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/3.01x${MY_BV}/en/${PN}-${MY_PV}-linux-i386.tar.gz" + +LICENSE="Adobe" +SLOT="0" +KEYWORDS="-* x86" + +S=${WORKDIR}/${PN}-3.01 + +src_install() { + insinto /usr/lib/adobesvg + doins *.so LICENSE.txt + + dodir /opt/netscape/plugins + dosym /usr/lib/adobesvg/libNPSVG3.so /opt/netscape/plugins/libNPSVG3.so + inst_plugin /opt/netscape/plugins/libNPSVG3.so + + dohtml -A svg *.html *.svg +} diff --git a/net-www/adobesvg/files/digest-adobesvg-3.01_beta3 b/net-www/adobesvg/files/digest-adobesvg-3.01_beta3 new file mode 100644 index 000000000000..5dd1740c2928 --- /dev/null +++ b/net-www/adobesvg/files/digest-adobesvg-3.01_beta3 @@ -0,0 +1 @@ +MD5 fc619d96a81d9fa54e42532ca57b09ca adobesvg-3.01x88-linux-i386.tar.gz 3689141 |