You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild

31 lines
742 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
DESCRIPTION="Window manager hints extensions for libggi"
HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
X? ( x11-libs/libXxf86vm
x11-libs/libXxf86dga
x11-libs/libXext
x11-libs/libX11 )"
DEPEND="${RDEPEND}"
src_compile() {
econf $(use_enable X x) $(use_with X x)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc ChangeLog README doc/*.txt
}