Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45794 Details for
Bug 74109
dev-util/keystone (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
keystone-0.9.3.ebuild
keystone-0.9.3.ebuild (text/plain), 1.02 KB, created by
Daniel Black (RETIRED)
on 2004-12-11 18:42:46 UTC
(
hide
)
Description:
keystone-0.9.3.ebuild
Filename:
MIME Type:
Creator:
Daniel Black (RETIRED)
Created:
2004-12-11 18:42:46 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="application framework for cross platfrom development" >HOMEPAGE="http://www.keystoneframework.org/" >SRC_URI="http://www.keystoneframework.org/download/${P}-src.tar.gz" > >SLOT="0" >LICENSE="LGPL-2" ># Derivative Works exception see: ># http://www.keystoneframework.org/license_terms.html >IUSE="gtk gtk2" >KEYWORDS="~x86" > >DEPEND="virtual/x11 > gtk? ( gtk2? ( >=x11-libs/gtk+-2 ) > !gtk2? ( =x11-libs/gtk+-1.2* ) > ) > !gtk? ( =dev-libs/glib-1.2* )" > > >src_compile() { > mkdir lib/linux > for file in `find . -name makefile` > do > sed -i -e "s: keycc: ${S}/bin/linux/keycc:g" \ > -e "s: keylib: ${S}/bin/linux/keylib:g" \ > ${file} > done > > export KEYSTONE_DIR=${S} KEYSTONE_TARGET=linux > > make -C src tools_build > make -C src tools_install > make -C src > make -C src install >} > > >src_install() { > dobin bin/linux/key{link,cc,lib} bin/linux/file2module > dodoc -r doc examples > dolib lib/linux/keystone*.a >}
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 74109
:
45778
| 45794