You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libassetml/libassetml-1.2.1.ebuild

27 lines
669 B

# Copyright 1999-2012 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.7 2012/05/04 18:35:52 jdhore 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="amd64 ~ppc x86"
IUSE=""
RDEPEND="=dev-libs/glib-2*
dev-libs/libxml2
dev-libs/popt
sys-apps/texinfo
app-text/texi2html"
DEPEND="virtual/pkgconfig
${RDEPEND}"
src_install() {
emake install DESTDIR=${D} || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}