Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19448 Details for
Bug 31477
Make xsitecopy available in sitecopy ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my ebuild modified to build xsitecopy (but does not work)
sitecopy-0.13.4.ebuild (text/plain), 1.21 KB, created by
Bernd Wurst
on 2003-10-19 02:12:18 UTC
(
hide
)
Description:
my ebuild modified to build xsitecopy (but does not work)
Filename:
MIME Type:
Creator:
Bernd Wurst
Created:
2003-10-19 02:12:18 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.3 2003/09/05 22:13:37 msterret Exp $ > >IUSE="ssl xml xml2 gnome" > >S=${WORKDIR}/${P} >DESCRIPTION="sitecopy is for easily maintaining remote web sites" >SRC_URI="http://www.lyra.org/${PN}/${P}.tar.gz" >HOMEPAGE="http://www.lyra.org/sitecopy/" >KEYWORDS="~x86 ~ppc ~sparc" >LICENSE="GPL-2" >SLOT="0" > >DEPEND="virtual/glibc > >=sys-libs/zlib-1.1.3 > xml? ( dev-libs/libxml ) > dev-libs/libxml2 > ssl? ( >=dev-libs/openssl-0.9.6 ) > gnome? ( gnome-base/gnome-libs )" > >src_compile() { > local myconf="" > if [ "`use xml`" ] && [ "`use xml2`" ] ; then > myconf="${myconf} --with-libxml2 --without-libxml1" > else > use xml \ > && myconf="${myconf} --with-libxml1" \ > || myconf="${myconf} --without-libxml1" > use xml2 \ > && myconf="${myconf} --with-libxml2" \ > || myconf="${myconf} --without-libxml2" > fi > use ssl \ > && myconf="${myconf} --with-ssl" \ > || myconf="${myconf} --without-ssl" > use gnome \ > && myconf="${myconf} --enable-gnomefe" > econf ${myconf} > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install || die "install failed" >}
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 31477
: 19448