summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-21 20:16:56 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-21 20:16:56 +0000
commit3ac992b1d634e5772e1dcd5511eb3d2736b15400 (patch)
tree587deb106ceac796115fb8cb25190a23fca85d49 /media-libs/libj2k/libj2k-0.0.9.ebuild
parentNew ebuild libmimic, dep of gst-plugins-farsight, dep of tapioca, bug 127383 (diff)
downloadhistorical-3ac992b1d634e5772e1dcd5511eb3d2736b15400.tar.gz
historical-3ac992b1d634e5772e1dcd5511eb3d2736b15400.tar.bz2
historical-3ac992b1d634e5772e1dcd5511eb3d2736b15400.zip
New ebuild libj2k, dep of gst-plugins-farsight, dep of tapioca, bug 127383, original ebuild taken from the zugaina overlay
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'media-libs/libj2k/libj2k-0.0.9.ebuild')
-rw-r--r--media-libs/libj2k/libj2k-0.0.9.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/libj2k/libj2k-0.0.9.ebuild b/media-libs/libj2k/libj2k-0.0.9.ebuild
new file mode 100644
index 000000000000..1aad8e8308f7
--- /dev/null
+++ b/media-libs/libj2k/libj2k-0.0.9.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libj2k/libj2k-0.0.9.ebuild,v 1.1 2006/05/21 20:16:56 genstef Exp $
+
+DESCRIPTION="Lib for Yahoo webcam support in gaim-vv"
+HOMEPAGE="http://sourceforge.net/projects/gaim-vv/"
+SRC_URI="mirror://sourceforge/gaim-vv/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc README
+}