From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- media-libs/libnspsl/libnspsl-0.1.3.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 media-libs/libnspsl/libnspsl-0.1.3.ebuild (limited to 'media-libs/libnspsl/libnspsl-0.1.3.ebuild') diff --git a/media-libs/libnspsl/libnspsl-0.1.3.ebuild b/media-libs/libnspsl/libnspsl-0.1.3.ebuild new file mode 100644 index 000000000000..1ed50ca57f22 --- /dev/null +++ b/media-libs/libnspsl/libnspsl-0.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +NETSURF_BUILDSYSTEM=buildsystem-1.7 +inherit netsurf + +DESCRIPTION="decoding library for BMP and ICO image file formats, written in C" +HOMEPAGE="http://www.netsurf-browser.org/projects/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint" +IUSE="" + +RDEPEND="" +DEPEND="virtual/pkgconfig" + +src_prepare() { + # working around broken netsurf eclass + default + multilib_copy_sources +} -- cgit v1.2.3