Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198191 Details for
Bug 278021
[NEW EBUILD] app-arch/zpaq & app-arch/zpaq-extras
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for zpaq-1.02 (QA fixed)
zpaq-1.02.ebuild (text/plain), 947 bytes, created by
Michał Górny
on 2009-07-16 14:08:43 UTC
(
hide
)
Description:
Ebuild for zpaq-1.02 (QA fixed)
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2009-07-16 14:08:43 UTC
Size:
947 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs > >MY_P="${PN}${PV/./}" >DESCRIPTION="Unified compressor for PAQ algorithms" >HOMEPAGE="http://cs.fit.edu/~mmahoney/compression/#zpaq" >SRC_URI="http://cs.fit.edu/~mmahoney/compression/${MY_P}.zip" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc" > >DEPEND="" >RDEPEND="" > >src_compile() { > # Upstream doesn't provide any Makefile > > "$(tc-getCXX)" ${CXXFLAGS} ${MY_P}.cpp -o zpaq || die 'compiling zpaq failed' > "$(tc-getCXX)" ${CXXFLAGS} un${MY_P}.cpp -o unzpaq || die 'compiling unzpaq failed' >} > >src_install() { > dobin zpaq unzpaq || die 'dobin failed' > > dodoc readme.txt || die 'dodoc failed' > if use doc; then > dodoc zpaq100.pdf || die 'dodoc failed' > fi > > # These are more like compression profiles, so install them in /usr/share > insinto /usr/share/zpaq > doins *.cfg || die 'doins 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 278021
:
198141
|
198143
|
198191