Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102545 Details for
Bug 155940
dev-utils/tools-a (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tools-a-9999.ebuild
tools-a-9999.ebuild (text/plain), 843 bytes, created by
Vincent Le Ligeour
on 2006-11-22 06:05:39 UTC
(
hide
)
Description:
tools-a-9999.ebuild
Filename:
MIME Type:
Creator:
Vincent Le Ligeour
Created:
2006-11-22 06:05:39 UTC
Size:
843 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit cvs flag-o-matic > >DESCRIPTION="Tools 'A': General purpose tools for developing C/C++ applications" >HOMEPAGE="http://yaka.ensiie.fr/ta/" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="debug" > >DEPEND="" >RDEPEND="" > >ECVS_SERVER="yaka.ensiie.fr:/home/cvs/prof/ia" >ECVS_MODULE="ta" >ECVS_BRANCH="R244" >ECVS_USER="any" > >src_compile() { > cd "${WORKDIR}/ta" > export WANT_AUTOCONF=2.5 > export WANT_AUTOMAKE=1.8 > ./autogen.sh > cp src/mg/ta_mg_conf . > cp src/mg/ta_mg_rule . > econf \ > `use_enable debug` || die > emake -j1 || die "make failed!" > einfo "Make completed" >} > >src_install() { > cd ${WORKDIR}/ta > einfo "Make install" > make DESTDIR=${D} install || die "install failed!" > einfo "Make install completed" >}
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 155940
:
102543
| 102545