summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-20 07:05:39 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-20 07:05:39 +0000
commitf41b3b9679f95b01b0ad86a473afbe0f3a82f424 (patch)
treed1046307564947caf31c0cdf33a4c1b329d8f74f /media-libs/libebml/libebml-0.4.4.ebuild
parentVersion Bump (diff)
downloadgentoo-2-f41b3b9679f95b01b0ad86a473afbe0f3a82f424.tar.gz
gentoo-2-f41b3b9679f95b01b0ad86a473afbe0f3a82f424.tar.bz2
gentoo-2-f41b3b9679f95b01b0ad86a473afbe0f3a82f424.zip
New ebuild. For the support of libmatroska
Diffstat (limited to 'media-libs/libebml/libebml-0.4.4.ebuild')
-rw-r--r--media-libs/libebml/libebml-0.4.4.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-libs/libebml/libebml-0.4.4.ebuild b/media-libs/libebml/libebml-0.4.4.ebuild
new file mode 100644
index 000000000000..e45ad58fb123
--- /dev/null
+++ b/media-libs/libebml/libebml-0.4.4.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/media-libs/libebml/libebml-0.4.4.ebuild,v 1.1 2003/07/20 07:05:39 raker Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Extensible binary format library (kinda like XML)"
+SRC_URI="http://matroska.sourceforge.net/downloads/${P}.tar.bz2"
+HOMEPAGE="http://www.matroska.org"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ cd ${S}/make/linux
+ make PREFIX=/usr die "make failed"
+}
+
+src_install () {
+ cd ${S}/make/linux
+ einstall || die "make install failed"
+}
+