mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-14 15:25:50 +01:00
20 lines
715 B
Bash
20 lines
715 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xmms-controller/xfce4-xmms-controller-1.4.3-r2.ebuild,v 1.1 2005/10/06 18:09:17 bcowan Exp $
|
|
inherit xfce42
|
|
plugin
|
|
|
|
DESCRIPTION="Xfce panel xmms controller"
|
|
HOMEPAGE="http://eoin.angrystickman.com/"
|
|
SRC_URI="http://eoin.angrystickman.com/files/${MY_P}.tar.gz"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~ppc ~x86"
|
|
|
|
XFCE_CONFIG="--datadir=/usr/share/xfce4-xmms-controller"
|
|
S=${WORKDIR}/${MY_P}
|
|
src_unpack() {
|
|
unpack ${A}
|
|
cd ${S}
|
|
einfo "patching sources"
|
|
sed -i "s:/usr/local/:/usr/:" config.h.in
|
|
sed -i "s:share/:share/${PN}/:" panel-plugin/xfcexmms.c
|
|
} |