gxml-0.16.3 added.
This commit is contained in:
parent
7a7e6867ff
commit
5497e9ad8a
|
@ -0,0 +1 @@
|
|||
DIST 0.16.3.tar.gz 336410 SHA256 f54bea42fb16fcd7d9a4b87acbca99cbce6622664c21cf7e73b62ff5ba341856 SHA512 5bae3662fb52413185a2801145dccddc05380862d3d8f667a6dbaa66107c17857c7b7d9df4a3b3ad672acf8cb45e835ce5220a39ab03a0113ed0ec2ec7c47f78 WHIRLPOOL 1f78231ceb9bda4486618b0b1330dd105c8bb9095e304025f2e77596ff178b37e12732b9cadb6cb81f21a51238e7dbd4998d02b63efe817b836e0df0a08a39e5
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="GXml library"
|
||||
HOMEPAGE="https://wiki.gnome.org/GXml"
|
||||
SRC_URI="https://github.com/GNOME/${PN}/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
./autogen.sh || die
|
||||
}
|
Loading…
Reference in New Issue