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/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2...

35 lines
874 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.2 2014/08/10 20:09:42 slyfox Exp $
inherit nsplugins multilib
MY_P=${P/-plugin/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="The Kaffeine Mozilla starter plugin"
HOMEPAGE="http://kaffeine.sourceforge.net/"
SRC_URI="mirror://sourceforge/kaffeine/${MY_P}.tar.bz2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
LICENSE="GPL-2"
IUSE=""
RDEPEND=">=media-video/kaffeine-0.4.3
x11-libs/libXaw"
DEPEND="${RDEPEND}"
src_compile() {
econf \
--prefix=/usr/$(get_libdir)/${PLUGINS_DIR}
--libdir=/usr/$(get_libdir)/${PLUGINS_DIR%plugins}
emake || die
}
src_install() {
einstall prefix="${D}"/usr/$(get_libdir)/${PLUGINS_DIR%plugins} || die
dodoc AUTHORS ChangeLog README
}