summaryrefslogtreecommitdiff
path: root/archivers/liblzo/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-08-22Update to 1.08, since the original distribution site vanishedmjl1-7/+6
(ah the joys of student access machines). * much better support for cross compiling * straighten out ANSI-conforming compiler checks * avoid harmless compiler warnings reported by -Wcast-align * fixed some sign extension problems on rather exotic machines where sizeof(size_t) < sizeof(ptrdiff_t) and sizeof(lzo_uint) == sizeof(size_t) * updated the configure system to use the latest Autoconf, Automake and Libtool versions
2001-10-22Update to 1.0.7, no major changes, but the old version is no longermjl1-3/+4
available.
2001-07-16Avoid spurious detection of zlib as it's not needed by the liblzo libraryjlam1-1/+5
and mark as USE_BUILDLINK_ONLY.
2001-02-28replace metalab by MASTER_SITE_SUNSITEwiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam1-12/+13
configure.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-12-22Update liblzo to 1.06.rh1-4/+4
Changes include: * Updated the configure system to use Autoconf 2.13, Automake 1.4 and Libtool 1.3.3. * enhanced example programs a little bit * no changes to the compression code - LZO has proven to be stable
1999-08-16Initial import of liblzo, a portable lossless data compression libraryrh1-0/+18
written in ANSI C.