summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-10-28 22:21:51 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-10-28 22:21:51 +0000
commit1245f8d749f6cd31ccf77514ef72a151e6b21f92 (patch)
tree887b621100000eee0889f1c3a9beaa266424793d /dev-libs/dvxml/dvxml-0.1.4.ebuild
parentcreated new ebuild (diff)
downloadhistorical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.tar.gz
historical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.tar.bz2
historical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.zip
created new ebuild
Diffstat (limited to 'dev-libs/dvxml/dvxml-0.1.4.ebuild')
-rw-r--r--dev-libs/dvxml/dvxml-0.1.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/dvxml/dvxml-0.1.4.ebuild b/dev-libs/dvxml/dvxml-0.1.4.ebuild
new file mode 100644
index 000000000000..e27b254337ba
--- /dev/null
+++ b/dev-libs/dvxml/dvxml-0.1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/dvxml-0.1.4.ebuild,v 1.1 2003/10/28 22:21:47 pvdabeel Exp $
+
+A=dvxml-${PV}.tar.gz
+S=${WORKDIR}/dvxml-${PV}
+DESCRIPTION="dvxml provides some convenient stuff on top of the xmlwrapp package"
+SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvxml/download/${A}"
+HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvxml/html/"
+KEYWORDS="~x86 ppc"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+DEPEND="virtual/glibc
+ dev-libs/dvutil
+ dev-libs/xmlwrapp"
+RDEPEND=${DEPEND}
+
+src_install() {
+ make prefix=${D}/usr install
+}