Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234691 Details for
Bug 320159
app-misc/mosquitto - a message broker implementing the MQ Telemetry Transport protocol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for mosquitto-0.7_rc1
mosquitto-0.7_rc1.ebuild (text/plain), 1.28 KB, created by
Neil Bothwick
on 2010-06-09 11:07:22 UTC
(
hide
)
Description:
Ebuild for mosquitto-0.7_rc1
Filename:
MIME Type:
Creator:
Neil Bothwick
Created:
2010-06-09 11:07:22 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >EAPI="2" >DESCRIPTION="An Open Source MQTT v3 Broker" >HOMEPAGE="http://mosquitto.atchoo.org/" >SRC_URI="http://mosquitto.atchoo.org/files/source/rc/${P/_/~}.tar.gz" >S="${WORKDIR}/${P/_/~}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="tcpd +pcre" >RDEPEND="dev-db/sqlite:3 > pcre? ( dev-db/sqlite3-pcre ) > tcpd? ( sys-apps/tcp-wrappers )" >DEPEND="${RDEPEND}" > >src_configure() { > if use tcpd ; then > sed -i 's/\(^LDFLAGS=.*\)/\1 -lwrap/' config.mk > sed -i 's/^\/\/#define WITH_WRAP/#define WITH_WRAP/' config.h > fi > if ! use pcre ; then > sed -i /WITH_REGEX/d config.h > fi >} > >src_install() { > emake install DESTDIR="${D}" prefix=/usr || die "Install failed" > dodir /var/lib/mosquitto > dodoc readme.txt ChangeLog.txt || die "dodoc failed" > doinitd "${FILESDIR}"/mosquitto > dosed "s:^#persistence 0$:persistence 1:" /etc/mosquitto.conf > dosed "s:^#persistence_location:persistence_location /var/lib/mosquitto/:" /etc/mosquitto.conf >} > >pkg_setup() { > enewuser mosquitto >} > >pkg_postinst() { > chown mosquitto: /var/lib/mosquitto > elog "To start mosquitto at boot, add it to the default runlevel with:" > elog "" > elog " rc-update add mosquitto default" >} >
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 320159
:
231789
|
231985
|
234691
|
235491
|
235493
|
237111
|
255813
|
256027
|
256029
|
256282
|
256283
|
262713
|
266611
|
271957
|
271959
|
272947
|
287957
|
293283
|
298483
|
323496
|
325284
|
326814
|
330148
|
355266
|
362384
|
376978
|
376980
|
376982
|
376984
|
433088
|
433090
|
433146
|
433242
|
433244
|
433246
|
433258
|
433278
|
433280
|
433340
|
433346
|
433354
|
433402
|
435358
|
440076
|
440078