# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit multilib

DESCRIPTION="A hack to disable GTK+ 3 client-side decorations"
HOMEPAGE="https://github.com/PCMan/${PN}"
SRC_URI="https://github.com/PCMan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="x11-libs/gtk+:3"
DEPEND="${RDEPEND}"

src_install()
{
	emake prefix="${D}/usr" libdir="${D}/usr/$(get_libdir)" install
}