diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-12-05 02:06:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-12-05 02:06:59 +0000 |
commit | 7dcc27b44cfab37eabcd3304ff49635e2600da8e (patch) | |
tree | 03ce2460281158bb16391479658260fb4985cff1 /net-www/diamondx/diamondx-0.1.ebuild | |
parent | Version bump. Please note that the CVS testcases are disabled unless you have... (diff) | |
download | gentoo-2-7dcc27b44cfab37eabcd3304ff49635e2600da8e.tar.gz gentoo-2-7dcc27b44cfab37eabcd3304ff49635e2600da8e.tar.bz2 gentoo-2-7dcc27b44cfab37eabcd3304ff49635e2600da8e.zip |
Initial import (bug #178582).
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'net-www/diamondx/diamondx-0.1.ebuild')
-rw-r--r-- | net-www/diamondx/diamondx-0.1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-www/diamondx/diamondx-0.1.ebuild b/net-www/diamondx/diamondx-0.1.ebuild new file mode 100644 index 000000000000..9c883361955f --- /dev/null +++ b/net-www/diamondx/diamondx-0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/diamondx/diamondx-0.1.ebuild,v 1.1 2007/12/05 02:06:59 jer Exp $ + +DESCRIPTION="DiamondX is a simple NPAPI plugin built to run on Unix platforms +and exercise the XEmbed browser extension." +HOMEPAGE="http://multimedia.cx/diamondx/" +SRC_URI="http://multimedia.cx/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~hppa ~x86" +IUSE="" + +DEPEND="=x11-libs/gtk+-2* + dev-libs/nspr" +RDEPEND="" +RESTRICT="test" + +src_install() { + insinto /usr/lib/nsbrowser/plugins/ + doins .libs/libdiamondx.so + + insinto /usr/share/doc/${P}/examples + doins test/index.htm test/a.diamondx + + dohtml doc/index.html doc/*.png + + dodoc ChangeLog AUTHORS NEWS README +} |