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
commit6707ec7db017f66b1348b5dbd3ad4346ca77a230 (patch)
treec5c5413ee55f84f46a7037c9a98b89079fa93deb /media-libs/libj2k/libj2k-0.0.9.ebuild
parentNew ebuild libmimic, dep of gst-plugins-farsight, dep of tapioca, bug 127383 (diff)
downloadgentoo-2-6707ec7db017f66b1348b5dbd3ad4346ca77a230.tar.gz
gentoo-2-6707ec7db017f66b1348b5dbd3ad4346ca77a230.tar.bz2
gentoo-2-6707ec7db017f66b1348b5dbd3ad4346ca77a230.zip
New ebuild libj2k, dep of gst-plugins-farsight, dep of tapioca, bug 127383, original ebuild taken from the zugaina overlay
(Portage version: 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
+}