Parent Directory
|
Revision Log
New package, a parallelized version of xz. (Portage version: 2.1.10.10/cvs/Linux x86_64)
| 1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI="3" |
| 6 | |
| 7 | inherit flag-o-matic |
| 8 | |
| 9 | DESCRIPTION="Parallel implementation of the XZ compression utility" |
| 10 | HOMEPAGE="http://jnovy.fedorapeople.org/pxz/" |
| 11 | SRC_URI="mirror://gentoo/${P}.tar.xz" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~x86 ~amd64" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND="app-arch/xz-utils" |
| 19 | DEPEND="${RDEPEND} |
| 20 | sys-devel/gcc[openmp]" |
| 21 | |
| 22 | src_install() { |
| 23 | dobin ${PN} |
| 24 | doman ${PN}.1 |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |