Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183796 Details for
Bug 261106
[new ebuild] app-backup/fsarchiver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to add support for fsarchiver-0.4.4
fsarchiver-0.4.4.ebuild (text/plain), 884 bytes, created by
fdupoux
on 2009-03-03 20:44:23 UTC
(
hide
)
Description:
ebuild to add support for fsarchiver-0.4.4
Filename:
MIME Type:
Creator:
fdupoux
Created:
2009-03-03 20:44:23 UTC
Size:
884 bytes
patch
obsolete
>inherit autotools eutils > >DESCRIPTION="flexible filesystem archiver for backup and deployment tool" >HOMEPAGE="http://www.fsarchiver.org" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="lzo lzma opensslcrypt static" > >DEPEND="sys-libs/zlib > app-arch/bzip2 > >=sys-fs/e2fsprogs-1.41.0 > lzma? ( app-arch/xz-utils ) > lzo? ( >=dev-libs/lzo-2.02 ) > opensslcrypt? ( dev-libs/openssl )" > >src_unpack() { > unpack ${A} > cd "${S}" > eautoconf >} > >src_compile() { > local myconf="--prefix=/usr" > use lzma || myconf="${myconf} --disable-lzma" > use lzo || myconf="${myconf} --disable-lzo" > use opensslcrypt || myconf="${myconf} --disable-crypto" > use static && myconf="${myconf} --enable-static" > econf ${myconf} || die "econf failed." > emake || die "emake failed." >} > >src_install() { > emake DESTDIR="${D}" install || die "emake 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 261106
:
183796
|
188305
|
205396