You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
new port archivers/lzo2
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14842 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# $Id: Portfile,v 1.1 2005/10/26 21:36:02 mww Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
|
||||
name lzo2
|
||||
version 2.02
|
||||
categories archivers
|
||||
platforms darwin
|
||||
maintainers mww@opendarwin.org
|
||||
description Real-time data compression library
|
||||
long_description \
|
||||
LZO is a portable lossless data compression library written in ANSI C. \
|
||||
It offers pretty fast compression and very fast decompression. \
|
||||
Decompression requires no memory. \
|
||||
In addition there are slower compression levels achieving a quite \
|
||||
competitive compression ratio while still decompressing at \
|
||||
this very high speed. \
|
||||
LZO is distributed under the GNU General Public License.
|
||||
|
||||
homepage http://www.oberhumer.com/opensource/lzo/
|
||||
master_sites http://www.oberhumer.com/opensource/lzo/download/
|
||||
distname lzo-${version}
|
||||
checksums md5 6760e5819f4238328709bf93bf10071c
|
||||
|
||||
configure.args --enable-shared --disable-static
|
||||
|
||||
destroot.args pkgincludedir=${prefix}/include/lzo2
|
||||
|
||||
platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0 }
|
||||
|
||||
Reference in New Issue
Block a user