From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- net-libs/wandio/wandio-4.2.3_p1-r1.ebuild | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 net-libs/wandio/wandio-4.2.3_p1-r1.ebuild (limited to 'net-libs/wandio/wandio-4.2.3_p1-r1.ebuild') diff --git a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild new file mode 100644 index 000000000000..e0d614fcb241 --- /dev/null +++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="C library for simple and efficient file IO" +HOMEPAGE="https://research.wand.net.nz/software/libwandio.php" +SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0/6" +KEYWORDS="~amd64 ~x86" +IUSE="bzip2 http lzma lzo static-libs test zlib" +RESTRICT="!test? ( test )" + +RDEPEND=" + !