blob: 330e6ac6f2cf2e7081dfb532af63727a67e45d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mxml2man/mxml2man-8.5.9.1.ebuild,v 1.3 2008/02/18 00:46:23 flameeyes Exp $
DESCRIPTION="Apple's xml2man in an Autotool fashion"
HOMEPAGE="http://www.flameeyes.eu/projects#mxml2man"
SRC_URI="http://www.flameeyes.eu/files/${P}.tar.bz2
http://digilander.libero.it/dgp85/files/${P}.tar.bz2"
LICENSE="APSL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc README Syntax
}
|