Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82881 Details for
Bug 127233
pilot-link-0.12.0_pre4.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pilot-link-0.12.0_pre4.ebuild
pilot-link-0.12.0_pre4.ebuild (text/plain), 2.31 KB, created by
Simon Ruggier
on 2006-03-22 13:59:37 UTC
(
hide
)
Description:
pilot-link-0.12.0_pre4.ebuild
Filename:
MIME Type:
Creator:
Simon Ruggier
Created:
2006-03-22 13:59:37 UTC
Size:
2.31 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit perl-module eutils > >DESCRIPTION="suite of tools for moving data between a Palm device and a desktop" >HOMEPAGE="http://www.pilot-link.org/" >MY_P=${P/_pre/-pre} >S=${WORKDIR}/${MY_P} >SRC_URI="http://downloads.pilot-link.org/${MY_P}.tar.bz2 >http://katerina.frederic.k12.wi.us/mirror/pilot-link/${MY_P}.tar.bz2" > >LICENSE="|| ( GPL-2 LGPL-2 )" >SLOT="0" >#KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc ~x86" >KEYWORDS="~x86" >IUSE="perl java tcltk python png readline" > >DEPEND="virtual/libc > sys-libs/ncurses > perl? ( dev-lang/perl ) > java? ( virtual/jre ) > tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) > python? ( dev-lang/python ) > png? ( media-libs/libpng ) > readline? ( sys-libs/readline )" > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch ${FILESDIR}/${P}-java_fPIC_fix.patch > epatch ${FILESDIR}/${P}-python_install_all.patch > epatch ${FILESDIR}/${P}-java_fix.patch > > if use java; then > if use ppc; then > epatch ${FILESDIR}/${P}-java_install_ppc.patch > elif use amd64; then > epatch ${FILESDIR}/${P}-java_install_amd64.patch > else > epatch ${FILESDIR}/${P}-java_install_all.patch > fi > fi > > # bug #62873 > # commented out because this is probably fixed upstream > #cd ${S}/libpisock; epatch ${FILESDIR}/${P}-netsync.patch >} > >src_compile() { > local myconf="--includedir=/usr/include/libpisock" > > use java \ > && myconf="${myconf} --with-java=yes" \ > || myconf="${myconf} --with-java=no" > > use perl \ > && myconf="${myconf} --with-perl=yes" \ > || myconf="${myconf} --with-perl=no" > > use python \ > && myconf="${myconf} --with-python=yes" \ > || myconf="${myconf} --with-python=no" > > use tcltk \ > && myconf="${myconf} --with-tcl=/usr/lib --with-itcl=yes --with-tk=yes" \ > || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" > > use png && myconf="${myconf} --with-libpng=/usr" > > use readline \ > && myconf="${myconf} --with-readline=yes" \ > || myconf="${myconf} --with-readline=no" > > econf ${myconf} || die > # java fails w/emake > make || die > > if use perl ; then > cd ${S}/bindings/Perl > perl-module_src_prep > perl-module_src_compile > fi >} > >src_install() { > make DESTDIR=${D} install || die > > dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS > > if use perl ; then > cd ${S}/bindings/Perl > perl-module_src_install > fi >}
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 127233
: 82881 |
82882
|
82883
|
82884
|
82885
|
82886
|
82887