From 9c417bacd51da6d8b57fa9f37425161d30d4b95b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Nov 2020 20:40:51 +0000 Subject: gentoo resync : 28.11.2020 --- x11-libs/xforms/xforms-1.2.4-r1.ebuild | 51 ++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 x11-libs/xforms/xforms-1.2.4-r1.ebuild (limited to 'x11-libs/xforms/xforms-1.2.4-r1.ebuild') diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild new file mode 100644 index 000000000000..665d6a64496f --- /dev/null +++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_P="${P/-/_}" + +DESCRIPTION="A graphical user interface toolkit for X" +HOMEPAGE="http://xforms-toolkit.org/" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="doc opengl" + +RDEPEND=" + virtual/jpeg:0= + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXpm + opengl? ( virtual/opengl )" + +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) + +DOCS=( ChangeLog README ) + +src_prepare() { + default + AT_M4DIR=config eautoreconf +} + +src_configure() { + econf \ + $(use_enable doc docs) \ + $(use_enable opengl gl) \ + --disable-static +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} -- cgit v1.2.3