Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30540 Details for
Bug 36822
[ebuild request] plucker / plucker desktop
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for plucker 1.7.1 (works for 1.6.2, too)
plucker-1.7.1.ebuild (text/plain), 1.52 KB, created by
Till Maas
on 2004-05-02 11:14:05 UTC
(
hide
)
Description:
Ebuild for plucker 1.7.1 (works for 1.6.2, too)
Filename:
MIME Type:
Creator:
Till Maas
Created:
2004-05-02 11:14:05 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Offline HTML reading for Palm devices" >HOMEPAGE="http://www.plkr.org/" >SRC_URI="http://downloads.plkr.org/${PV}/${PN}_src-${PV}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=dev-lang/python-1.5.2" >REDEPEND=">=dev-lang/python-1.5.2 > imagemagick? (>=media-gfx/imagemagick-5.4.4) : (>=media-libs/netpbm-9.15) > " ># Don't know how to specify the rundependencies: It needs at least one of: ># >=media-gfx/imagemagick-5.4.4 ># >=media-libs/netpbm-9.15 ># >=dev-python/Imaging-1.1 > >src_compile() { > autoreconf > ./configure \ > --disable-palmosbuild \ > --disable-desktopbuild \ > --with-docdir=/usr/share/doc/${PF} \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > > # Needed to create the documentation in Plucker PDB format > # otherwise the python distiller complains about not finding the directory > mkdir ${HOME}/.plucker > > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install || die > > # Various symlinks normally created by unix/install-plucker.sh > dosym /usr/lib/python2.3/site-packages/PyPlucker/Spider.py /usr/bin/plucker-build > dosym /usr/lib/python2.3/site-packages/PyPlucker/Plucker-Docs.py /usr/bin/plucker-decode > dosym /usr/lib/python2.3/site-packages/PyPlucker/Decode.py /usr/bin/plucker-dump > dosym /usr/lib/python2.3/site-packages/PyPlucker/pluck-comics.py /usr/bin/pluck-comics >}
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 36822
:
30540
|
30542
|
30550