mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-video/ushare: fix variable ordering
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
066cc76b64
commit
3e8977b6fd
@ -9,6 +9,7 @@ inherit readme.gentoo-r1 toolchain-funcs systemd
|
||||
DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server"
|
||||
HOMEPAGE="https://github.com/ddugovic/uShare/"
|
||||
SRC_URI="https://github.com/ddugovic/uShare/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/uShare-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
@ -31,8 +32,6 @@ DOC_CONTENTS="Please edit /etc/ushare.conf to set the shared directories
|
||||
and other important settings. Check system log if ushare is
|
||||
not booting."
|
||||
|
||||
S="${WORKDIR}/uShare-${COMMIT}"
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
myconf="--prefix=/usr --sysconfdir=/etc --disable-strip --disable-dlna"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user