blob: dd14cc682cdd937244b94cbfd39c2af9d0f0c722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/files/Gentoo-plugins-7.0.2-README.txt,v 1.1 2008/05/26 00:18:37 lavajoe Exp $
The standard SqueezeCenter package is installed differently on Gentoo in order
that the installation complies with Gentoo's filesystem layout. These notes
are provided to give guidance for installing plugins within this modified
layout.
INSTALLING PLUGINS
The installation instructions of plugins should be followed but with the
following Gentoo specifics:
* Plugins should be installed into the directory:
/var/lib/squeezecenter/Plugins
* Extension binaries (which sometimes accompany plugins) should be installed
into the directory:
/usr/lib/squeezecenter/Bin
BACKGROUND
Those interested can refer to the following for details of Gentoo's filesystem
standard:
http://devmanual.gentoo.org/general-concepts/filesystem/index.html
|