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/x11-wm/spectrwm/spectrwm-2.3.0.ebuild

46 lines
1.0 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.3.0.ebuild,v 1.1 2013/05/06 06:34:26 xmw Exp $
EAPI=4
inherit eutils multilib toolchain-funcs
DESCRIPTION="Small dynamic tiling window manager for X11"
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-misc/dmenu"
DEPEND="${DEPEND}
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXtst
x11-libs/xcb-util
!x11-wm/scrotwm"
S=${WORKDIR}/${P}/linux
src_prepare() {
epatch "${FILESDIR}"/${P}-Makefile.patch
tc-export CC
}
src_install() {
emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
cd "${WORKDIR}"/${P} || die
insinto /etc
doins ${PN}.conf
dodoc ${PN}_*.conf {initscreen,screenshot}.sh
elog "Example keyboard config and helpful scripts can be found"
elog "in ${ROOT}usr/share/doc/${PF}"
}