Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19654 Details for
Bug 23372
[EBUILD] srg 1.0b2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
srg-1.0_rc2.ebuild
srg-1.0_rc2.ebuild (text/plain), 846 bytes, created by
Patrik Kullman
on 2003-10-23 03:03:09 UTC
(
hide
)
Description:
srg-1.0_rc2.ebuild
Filename:
MIME Type:
Creator:
Patrik Kullman
Created:
2003-10-23 03:03:09 UTC
Size:
846 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >MY_P="${P/_rc/rc}" >MY_S=${WORKDIR}/${MY_P} >DESCRIPTION="Squid report generator" >HOMEPAGE="http://www.crc.net.nz/software/srg.php" >SRC_URI="mirror://sourceforge/srg/${MY_P}.tar.gz" > >IUSE="" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 ppc" > >DEPEND="virtual/glibc" >RDEPEND="${RDEPEND}" > >src_compile() { > cd $MY_S > > # So srg will use my CFLAGS rather than the default found in the > # makefile > cp Makefile Makefile.old > sed -e "s:CXXFLAGS=-g -Iinclude/ -Wall:CXXFLAGS=-Iinclude/ ${CXXFLAGS}:" \ > -e "s:CFLAGS=-g -Wall:CFLAGS=${CFLAGS}:" Makefile.old > Makefile > rm -f Makefile.old > > emake || die "srg emake failed" >} > >src_install() { > into /usr > cd $MY_S > dosbin srg > > dodoc README srg-FAQ.html > dodoc examples/srg.conf >}
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 23372
:
13772
|
13776
|
13777
| 19654 |
19655