Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright 1999-2016 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Id$
- EAPI=6
- DESCRIPTION="Mate dock applet"
- HOMEPAGE="https://github.com/robint99/mate-dock-applet"
- SRC_URI="https://github.com/robint99/mate-dock-applet/archive/V0.74.zip"
- MATE_LA_PUNIT="yes"
- LICENSE="GPL-3"
- SLOT="0"
- KEYWORDS="~amd64 ~x86"
- IUSE="+mate +introspection +fortran"
- DEPEND=">=dev-lang/python-3.0
- >=dev-python/pillow-3.1
- >=x11-libs/libwnck-2.30
- >=dev-libs/glib-2.48
- >=sci-libs/scipy-0.17
- >=app-arch/unzip-6.0"
- RDEPEND="${DEPEND}"
- src_unpack()
- {
- unpack ${A}
- cd "${S}"
- }
- src_prepare()
- {
- test -f "${S}" || die "Source directory '${S}' doesn't exit"
- }
- src_configure()
- {
- econf
- }
Advertisement
Add Comment
Please, Sign In to add comment