program, version 1.2.1, into the packages collection. Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%. This can be used to archive large photo collections, or to serve images live and save 22% banwdith.
26 lines
674 B
Makefile
26 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/07/19 02:11:51 agc Exp $
|
|
|
|
DISTNAME= lepton-1.2.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=dropbox/}
|
|
GITHUB_TAG= 911d79a560c303a2a62e5412117d0a4ccb41836d
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/dropbox/lepton/
|
|
COMMENT= Lossless compression/decompression for JPEG images
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lepton ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|