- add HOMEPAGE
- use better filename for patch - enable inter-library dependencies
This commit is contained in:
parent
a3fce1a40c
commit
c5456eba0a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2000/07/01 02:00:53 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2000/08/03 13:24:05 brad Exp $
|
||||
|
||||
DISTNAME= lzo-1.06
|
||||
CATEGORIES= archivers devel
|
||||
@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.rhrz.uni-bonn.de/pub-koeln/util/arc/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= libs/compression
|
||||
|
||||
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
10
archivers/lzo/patches/patch-acconfig_ltconfig
Normal file
10
archivers/lzo/patches/patch-acconfig_ltconfig
Normal file
@ -0,0 +1,10 @@
|
||||
--- acconfig/ltconfig.orig Thu Aug 3 08:46:37 2000
|
||||
+++ acconfig/ltconfig Thu Aug 3 08:47:04 2000
|
||||
@@ -1962,6 +1962,7 @@
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
+ deplibs_check_method='pass_all'
|
||||
;;
|
||||
|
||||
os2*)
|
@ -1,17 +1,19 @@
|
||||
LZO is a data compression library which is suitable for data
|
||||
de-/compression in real-time. This means it favours speed over
|
||||
compression ratio.
|
||||
LZO is a data compression library which is suitable for data
|
||||
de-/compression in real-time. This means it favours speed over
|
||||
compression ratio.
|
||||
|
||||
LZO implements a number of algorithms with the following features:
|
||||
+ Decompression is simple and *very* fast.
|
||||
+ Requires no memory for decompression.
|
||||
+ Compression is pretty fast.
|
||||
+ Requires 64 kB of memory for compression.
|
||||
+ Allows you to dial up extra compression at a speed cost in the
|
||||
compressor. The speed of the decompressor is not reduced.
|
||||
+ Includes compression levels for generating pre-compressed data
|
||||
which achieve a quite competitive compression ratio.
|
||||
+ There is also a compression level which needs only 8 kB for
|
||||
compression.
|
||||
+ Algorithm is thread safe.
|
||||
+ Algorithm is lossless.
|
||||
LZO implements a number of algorithms with the following features:
|
||||
+ Decompression is simple and *very* fast.
|
||||
+ Requires no memory for decompression.
|
||||
+ Compression is pretty fast.
|
||||
+ Requires 64 kB of memory for compression.
|
||||
+ Allows you to dial up extra compression at a speed cost in the
|
||||
compressor. The speed of the decompressor is not reduced.
|
||||
+ Includes compression levels for generating pre-compressed data
|
||||
which achieve a quite competitive compression ratio.
|
||||
+ There is also a compression level which needs only 8 kB for
|
||||
compression.
|
||||
+ Algorithm is thread safe.
|
||||
+ Algorithm is lossless.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user