diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-07 16:26:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-07 16:26:08 +0000 |
commit | fba0e57af79be8488a8065c6ae509c159b3f209b (patch) | |
tree | 7694f935c88c806f8d37d419ad633c2e215c2cde /dev-libs/libassetml | |
parent | mmm stable (diff) | |
download | historical-fba0e57af79be8488a8065c6ae509c159b3f209b.tar.gz historical-fba0e57af79be8488a8065c6ae509c159b3f209b.tar.bz2 historical-fba0e57af79be8488a8065c6ae509c159b3f209b.zip |
initial ebuild
Diffstat (limited to 'dev-libs/libassetml')
-rw-r--r-- | dev-libs/libassetml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libassetml/files/digest-libassetml-1.1 | 1 | ||||
-rw-r--r-- | dev-libs/libassetml/libassetml-1.1.ebuild | 22 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-libs/libassetml/ChangeLog b/dev-libs/libassetml/ChangeLog new file mode 100644 index 000000000000..c6020bda193c --- /dev/null +++ b/dev-libs/libassetml/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-libs/libassetml +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/ChangeLog,v 1.1 2003/11/07 16:26:08 vapier Exp $ + +*libassetml-1.1 (07 Nov 2003) + + 07 Nov 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for gcompris. diff --git a/dev-libs/libassetml/files/digest-libassetml-1.1 b/dev-libs/libassetml/files/digest-libassetml-1.1 new file mode 100644 index 000000000000..bc566c246720 --- /dev/null +++ b/dev-libs/libassetml/files/digest-libassetml-1.1 @@ -0,0 +1 @@ +MD5 de5a577510a2784ca73c87c53c9b1062 libassetml-1.1.tar.gz 318786 diff --git a/dev-libs/libassetml/libassetml-1.1.ebuild b/dev-libs/libassetml/libassetml-1.1.ebuild new file mode 100644 index 000000000000..f58b4ca8493e --- /dev/null +++ b/dev-libs/libassetml/libassetml-1.1.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/libassetml/libassetml-1.1.ebuild,v 1.1 2003/11/07 16:26:08 vapier 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" + +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 +} |