Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 1298 Details for
Bug 3319
canna-3.5_beta2-r1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
canna-3.5_beta2-r1 Ebuild
canna-3.5_beta2-r1.ebuild (text/plain), 1.28 KB, created by
Ryan Shaw
on 2002-06-02 01:27:00 UTC
(
hide
)
Description:
canna-3.5_beta2-r1 Ebuild
Filename:
MIME Type:
Creator:
Ryan Shaw
Created:
2002-06-02 01:27:00 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># /space/gentoo/cvsroot/gentoo-x86/app-i18n/canna/canna-3.5_beta2.ebuild,v 1.1 2002/06/01 13:40:35 wmertens Exp > >A="Canna35b2.tar.gz" > >S="${WORKDIR}/Canna35b2" > >DESCRIPTION="A client-server based Kana-Kanji conversion system" > >SRC_URI="ftp://ftp.tokyonet.ad.jp/pub/misc/Canna/Canna35/${A}" > >HOMEPAGE="http://www.nec.co.jp/canna/" > >LICENSE="as-is" > >DEPEND="virtual/glibc" > >src_unpack() { > > # unpack the archive > unpack ${A} > > # patch Canna.conf to ensure that files are installed into image dir > cd Canna35b2 > patch -p0 < ${FILESDIR}/${PF}/gentoo.diff || die >} > >src_compile() { > > # create a Makefile from Canna.conf > xmkmf || die "xmkmf failed" > make Makefile || die "Makefile creation failed" > > # build Canna > emake canna || die "Canna build failed" >} > >src_install () { > > # install libs, executables, dictionaries > make DESTDIR=${D} install || die "installation failed" > > # install man pages > make DESTDIR=${D} install.man || die "installation of manpages failed" > > # install docs > dodoc README WHATIS > > # install rc script and its config file > exeinto /etc/init.d ; newexe ${FILESDIR}/${PF}/canna.initd canna > insinto /etc/conf.d ; newins ${FILESDIR}/${PF}/canna.confd canna >}
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 3319
: 1298 |
1299
|
1300
|
1301