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
parentcreated new ebuild (diff)
downloadhistorical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.tar.gz
historical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.tar.bz2
historical-1245f8d749f6cd31ccf77514ef72a151e6b21f92.zip
created new ebuild
Diffstat (limited to 'dev-libs/dvxml')
-rw-r--r--dev-libs/dvxml/Manifest4
-rw-r--r--dev-libs/dvxml/dvxml-0.1.4.ebuild22
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-libs/dvxml/Manifest b/dev-libs/dvxml/Manifest
index ff4866d186d6..a96b1124d03a 100644
--- a/dev-libs/dvxml/Manifest
+++ b/dev-libs/dvxml/Manifest
@@ -1,3 +1,3 @@
-MD5 5dbfaa0b24767c792cffa883b996b09f dvxml-0.1.4.ebuild 679
-MD5 de4221c7754d9046fbe56a82e0dac60c ChangeLog 240
+MD5 9bb56c148895ae79e38eed6e5e83271c dvxml-0.1.4.ebuild 678
+MD5 f9f8a4d12b6a89f93de9ea0fc44c968b ChangeLog 329
MD5 5de30c94b365805af6e1acca7587cc8c files/digest-dvxml-0.1.4 63
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
+}