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 | c47f6137cb61ef8586e747d30410fd4e843272b1 (patch) | |
tree | 1229643bbd230e5a35dda9da1028e320d2d4efe9 /dev-libs/libassetml/libassetml-1.1.ebuild | |
parent | mmm stable (diff) | |
download | gentoo-2-c47f6137cb61ef8586e747d30410fd4e843272b1.tar.gz gentoo-2-c47f6137cb61ef8586e747d30410fd4e843272b1.tar.bz2 gentoo-2-c47f6137cb61ef8586e747d30410fd4e843272b1.zip |
initial ebuild
Diffstat (limited to 'dev-libs/libassetml/libassetml-1.1.ebuild')
-rw-r--r-- | dev-libs/libassetml/libassetml-1.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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 +} |