aad5570ff2
Snappy v1.1.3, July 6th 2015: This is the first release to be done from GitHub, which means that some minor things like the ChangeLog format has changed (git log format instead of svn log). * Add support for Uncompress() from a Source to a Sink. * Various minor changes to improve MSVC support; in particular, the unit tests now compile and run under MSVC. Snappy v1.1.2, February 28th 2014: This is a maintenance release with no changes to the actual library source code. * Stop distributing benchmark data files that have unclear or unsuitable licensing. * Add support for padding chunks in the framing format.
19 lines
456 B
Makefile
19 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/09/19 09:30:36 fhajny Exp $
|
|
|
|
DISTNAME= snappy-1.1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://google.github.io/snappy/
|
|
COMMENT= General purpose data compression library
|
|
LICENSE= apache-2.0
|
|
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|