Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139846 Details for
Bug 192561
ushare-1.1a (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ushare-1.1a.ebuild
ushare-1.1a.ebuild (text/plain), 1.15 KB, created by
Jose Luis Rivero (yoswink) (RETIRED)
on 2008-01-02 07:56:20 UTC
(
hide
)
Description:
ushare-1.1a.ebuild
Filename:
MIME Type:
Creator:
Jose Luis Rivero (yoswink) (RETIRED)
Created:
2008-01-02 07:56:20 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server" >HOMEPAGE="http://ushare.geexbox.org/" >SRC_URI="http://ushare.geexbox.org/releases/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dlna nls" > >DEPEND="dev-util/pkgconfig > >=net-libs/libupnp-1.4.2 > dlna? ( >=dev-libs/libdlna-0.2.1 )" > >src_compile() { > local myconf > > # Configure need some tips > myconf="--prefix=/usr \ > $(use_enable dlna )" > # enable-nls is implied by default, only --disable-nls is needed > use nls || myconf="${myconf} --disable-nls" > > # note: no autoconf configure > ./configure ${myconf} || die "Configure failed" > > emake || die "Make failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > newconfd "${FILESDIR}"/ushare.conf.d ushare > newinitd "${FILESDIR}"/ushare.init.d ushare > dodoc NEWS README TODO THANKS AUTHORS >} > >pkg_postinst() { > elog "Please edit /etc/conf.d/ushare to set the shared directories" > elog "and other important settings. Check system log if ushare is" > elog "not booting." >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192561
:
130960
|
130961
|
130963
| 139846 |
139848
|
139850
|
177622
|
211333
|
211334
|
211336