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
- inherit unpacker autotools mate
- 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}"
- S="${WORKDIR}/${PN}-0.74"
- src_unpack()
- {
- unpack_zip ${A}
- }
- src_prepare()
- {
- eapply_user
- eaclocal
- eautomake --add-missing
- eautoreconf
- }
- src_configure()
- {
- mate_src_configure
- #econf ${S}
- }
- src_compile()
- {
- if [ -f Makefile ]; then
- emake || die "Not found Makefile"
- fi
- }
- src_install()
- {
- emake DESTDIR="${D}" install
- dodoc README NEWS ChangeLog
- }
Advertisement
Add Comment
Please, Sign In to add comment