Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87134 Details for
Bug 133885
camelia-1.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for camelia 1.1
camelia-1.1.ebuild (text/plain), 904 bytes, created by
Maximilian Marx
on 2006-05-20 08:54:57 UTC
(
hide
)
Description:
Ebuild for camelia 1.1
Filename:
MIME Type:
Creator:
Maximilian Marx
Created:
2006-05-20 08:54:57 UTC
Size:
904 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit qt3 eutils > >DESCRIPTION="IDE for Objective CAML" >HOMEPAGE="http://camelia.sourceforge.net/" >SRC_URI="mirror://sourceforge/camelia/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="$(qt_min_version 3.3)" >RDEPEND="${DEPEND} > dev-lang/ocaml" > >src_unpack() { > unpack ${A} >} > >src_compile() { > cd ${WORKDIR}/${PN}/src > /bin/sh config --prefix=/usr || die "Configure Failed" > emake || die "Build Failed" >} > >src_install() { > cd ${WORKDIR}/${PN}/src > > into /usr > dobin camelia > > dodir /usr/lib/camelia/icons > insinto /usr/lib/camelia/icons > doins ../data/icons/* > > dodir /usr/lib/camelia/tips > insinto /usr/lib/camelia/tips > doins ../data/tips/* > > dodir /usr/share/pixmaps > insinto /usr/share/pixmaps > doins ../data/icons/camelia.png > > dodoc ../README >}
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 133885
: 87134