summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-07-03 22:32:20 +0000
committerTom Martin <slarti@gentoo.org>2004-07-03 22:32:20 +0000
commite3baa3943a68f7ee6021653599b98873c714267e (patch)
tree194e296eb0dbaebf63a11cd516a9ccd3dc61f11a /dev-libs/libassetml/libassetml-1.2.1.ebuild
parentMarked stable on hppa. (diff)
downloadhistorical-e3baa3943a68f7ee6021653599b98873c714267e.tar.gz
historical-e3baa3943a68f7ee6021653599b98873c714267e.tar.bz2
historical-e3baa3943a68f7ee6021653599b98873c714267e.zip
Version bump 1.1 -> 1.2.1
Diffstat (limited to 'dev-libs/libassetml/libassetml-1.2.1.ebuild')
-rw-r--r--dev-libs/libassetml/libassetml-1.2.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/libassetml/libassetml-1.2.1.ebuild b/dev-libs/libassetml/libassetml-1.2.1.ebuild
new file mode 100644
index 000000000000..d561da50ec77
--- /dev/null
+++ b/dev-libs/libassetml/libassetml-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.1 2004/07/03 22:32:20 slarti Exp $
+
+DESCRIPTION="use xml files as resource databases"
+HOMEPAGE="http://ofset.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ofset/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="=dev-libs/glib-2*
+ dev-libs/libxml2
+ dev-libs/popt
+ sys-apps/texinfo
+ app-text/texi2html"
+
+src_install() {
+ emake install DESTDIR=${D} || die
+ dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+}