dev-libs/mxml - 2.11 (akater)

Search

Install

Install this version:

emerge -a =dev-libs/mxml-2.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/mxml-2.11

Or alternatively:

emerge --autounmask-write -a =dev-libs/mxml-2.11

Package Information

Description:
Tiny XML library
Homepage:
http://michaelrsweet.github.io/mxml
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
2.11 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

SRC_URI="https://github.com/michaelrsweet/mxml/releases/download/v2.11/mxml-${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="~amd64 ~x86"

DESCRIPTION="Tiny XML library"
HOMEPAGE="http://michaelrsweet.github.io/mxml"

LICENSE="LGPL-2"
SLOT="0"
IUSE=""

DEPEND=""

S="${WORKDIR}"

src_install() {
	make DSTROOT="${D}" install
}

Manifest for 2.11

Type File Size Source URLs
DIST mxml-2.11.tar.gz 9164003 bytes https://github.com/michaelrsweet/mxml/releases/download/v2.11/mxml-2.11.tar.gz