Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344540 Details for
Bug 335238
app-mobilephone/smsclient does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
smsclient-2.0.9a-r2.ebuild
smsclient-2.0.9a-r2.ebuild (text/plain), 1.43 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-05 18:49:29 UTC
(
hide
)
Description:
smsclient-2.0.9a-r2.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-05 18:49:29 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smsclient/smsclient-2.0.9a-r1.ebuild,v 1.3 2008/11/02 18:57:14 mrness Exp $ > >EAPI="5" > >inherit eutils user > >DESCRIPTION="Utility to send SMS messages to mobile phones and pagers." >HOMEPAGE="http://www.smsclient.org" >SRC_URI="http://www.smsclient.org/download/${PN}-${PV%?}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >pkg_setup() { > enewgroup dialout >} > >src_prepare() { > epatch "${FILESDIR}/${P}-gentoo.patch" > epatch "${FILESDIR}/${P}-sender.patch" > sed -i -e \ > "s:\$(CFLAGS) -o:\$(CFLAGS) \$(LDFLAGS) -o:g" \ > src/client/Makefile >} > >src_configure() { > rm .configured && ./configure >} > >src_compile() { > emake \ > CC="$(tc-getCC)" \ > AR="$(tc-getAR) rc" \ > RANLIB="$(tc-getRANLIB)" \ > LDFLAGS="${LDFLAGS}" >} > >src_install() { > emake DESTDIR="${D}" install > dosym sms_client /usr/bin/smsclient > dosym sms_address /usr/bin/smsaddress > > diropts -g dialout -m 0770 > keepdir /var/lock/sms > diropts > > doman docs/sms_client.1 > dodoc AUTHORS Changelog* FAQ README* TODO docs/sms_protocol >} > >pkg_config() { > local MY_LOGFILE="${ROOT}/var/log/smsclient.log" > [ -f "${MY_LOGFILE}" ] || touch "${MY_LOGFILE}" > fowners :dialout "${MY_LOGFILE}" > fperms g+rwx,o-rwx "${MY_LOGFILE}" >} > >pkg_postinst() { > einfo "If you run sms_client as normal user, make sure you are member of dialout group." >}
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 335238
:
245342
| 344540