Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5027 Details for
Bug 9678
httrack-3.21.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
httrack-3.21.ebuild (text/plain), 1.89 KB, created by
Ricardo Cordeiro
on 2002-10-25 18:24:54 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Ricardo Cordeiro
Created:
2002-10-25 18:24:54 UTC
Size:
1.89 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser" >HOMEPAGE="http://www.httrack.com/" >SRC_URI="http://www.httrack.com/${P}-4.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/glibc" >S="${WORKDIR}/${P}" > >src_compile() { > > #First create libhttrack.so > > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > cd src > emake libhttrack.la || die "failed making libhttrack.so" > cp .libs/libhttrack.so.1.0.0 ${WORKDIR} > cd ${WORKDIR} > rm -rf ${P} > unpack ${A} > cp libhttrack.so.1.0.0 ${P}/src/libhttrack.so.1.0.0 > cd ${P}/src > ln -s libhttrack.so.1.0.0 libhttrack.so > cd ${S} > > #Doing the complete compilation > > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > make || die "make failed" >} > >src_install() { > make \ > prefix=${S}/build/usr \ > mandir=${S}/build/usr/share/man \ > infodir=${S}/build/usr/share/info \ > install || die "Installation Problems" > cd ${S} > dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog > dodoc greetings.txt history.txt httrack-doc.html license.txt > cd ${S}/build/usr/bin > dobin httrack > cd ../lib > dolib.a libhttrack.a > dolib.so libhttrack.so.1.0.0 libhttrack.la > dosym /usr/lib/libhttrack.so.1.0.0 /usr/lib/libhttrack.so.1 > dosym /usr/lib/libhttrack.so.1.0.0 /usr/lib/libhttrack.so > cd ../share/doc/httrack/HelpHtml > docinto HelpHtml > dodoc *.html *.txt > cd div > docinto /usr/share/doc/${P}/HelpHtml/div > dodoc search.sh > cd ../images > insinto /usr/share/doc/${P}/HelpHtml/images > doins * > cd ../img/ > insinto /usr/share/doc/${P}/HelpHtml/img > doins * > cd ../../exemples > docinto exemples > dodoc * > cd ../templates > docinto templates > dodoc * > cd ${S}/man > doman httrack.1 >}
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 9678
:
5027
|
5198
|
5199
|
7789
|
7793