Ticket #46732: updatedPortfile

File updatedPortfile, 1.3 KB (added by weidmannstefano@…, 9 years ago)

updated Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                pxz
7version             4.999.9beta
8master_sites        http://jnovy.fedorapeople.org/pxz/
9distfiles           ${name}-${version}.20091201git.tar.xz
10worksrcdir          ${name}-${version}
11use_xz              yes
12checksums           rmd160  93c432cd8bf5e977b6a534483580d436b85bb195 \
13                    sha256  df69f91103db6c20f0b523bb7f026d86ee662c49fe714647ed63f918cd39767a
14
15depends_lib         port:xz
16
17categories          archivers
18platforms           darwin
19license             GPL-2
20
21maintainers         gmail.com:weidmannstefano \
22                    openmaintainer
23description         Parallelized xz replacement
24long_description    Parallel XZ is a compression utility that takes advantage of running LZMA compression \
25                    of different parts of an input file on multiple cores and processors simultaneously. \
26                    Its primary goal is to utilize all resources to speed up compression time with minimal \
27                    possible influence on compression ratio.
28homepage            http://jnovy.fedorapeople.org/pxz
29
30use_configure       no
31
32patchfiles          patch-pxz.c.diff
33patch.pre_args      -p1
34
35destroot.args       BINDIR=${prefix}/bin
36