Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37761 Details for
Bug 60937
Updated ebuild for mmucl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mmucl-1.5.2-r1.ebuild
mmucl-1.5.2-r1.ebuild (text/plain), 1.08 KB, created by
Niklas Bolander
on 2004-08-19 13:36:31 UTC
(
hide
)
Description:
mmucl-1.5.2-r1.ebuild
Filename:
MIME Type:
Creator:
Niklas Bolander
Created:
2004-08-19 13:36:31 UTC
Size:
1.08 KB
patch
obsolete
>S=${WORKDIR}/${PN}-${PV} >DESCRIPTION="Marks MUd CLient - A mud client written completly in tcl/tk" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" >HOMEPAGE="http://mmucl.sourceforge.net" > >LICENSE="GPL-2" >KEYWORDS="x86" >SLOT="1" > >RDEPEND=" > mccp? (dev-tcltk/tcl-mccp) > gtk? (dev-tcltk/tcl-gtk) > " >DEPEND=" > >=dev-lang/tk-8.4 > " >LIBDIR="/usr/local/lib/mmucl2" > >src_unpack() { > unpack ${A} > cd ${S} >} > > >src_compile() { > emake || die "emake failed" >} > >src_install () { > dobin mmucl2 > dodir ${LIBDIR} > dodir ${LIBDIR}/lib > dodir ${LIBDIR}/interface > dodir ${LIBDIR}/images > dodir ${LIBDIR}/script > dodir ${LIBDIR}/script/contrib > dodir ${LIBDIR}/test > insinto ${LIBDIR}/lib > doins lib/*.tcl > insinto ${LIBDIR}/images > doins images/*.gif > insinto ${LIBDIR}/interface > doins interface/*.tcl > insinto ${LIBDIR}/script > doins script/*.tcl > doins script/*.rc > insinto ${LIBDIR}/script/contrib > doins script/contrib/* > insinto ${LIBDIR}/test > doins test/*.test > doinfo mmucl.info > dodoc ./CHANGES ./COPYING ./TODO ./INSTALL ./README mmucl.html >}
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 60937
:
37761
|
39510