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.

33 lines
696 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.5.0.ebuild,v 1.2 2012/03/23 19:43:00 mr_bones_ Exp $
EAPI=4
DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu"
HOMEPAGE="http://markusfisch.de/PieDock"
SRC_URI="http://markusfisch.de/downloads/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
media-libs/freetype:2
media-libs/libpng
x11-libs/libX11
x11-libs/libXft
x11-libs/libXmu
x11-libs/libXrender
"
RDEPEND="${DEPEND}"
DOCS=(
res/${PN}rc.sample
)
src_configure() {
econf --bindir="${EPREFIX}"/usr/bin
}