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.

38 lines
758 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.4.3.ebuild,v 1.1 2011/12/24 09:08:06 hwoarang Exp $
EAPI=4
MY_PN=PieDock
MY_P=${MY_PN}-${PV}
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/${MY_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}"
S=${WORKDIR}/${MY_P}
DOCS=(
res/${MY_PN}rc.sample
)
src_configure() {
econf --bindir="${EPREFIX}"/usr/bin
}