# Template file for 'lzip' pkgname=lzip version=1.15 revision=1 build_style=gnu-configure short_desc="Losless data compressor based on the LZMA algorithm" maintainer="Juan RP " license="GPL-3" homepage="http://www.nongnu.org/lzip/lzip.html" distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz" checksum=7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6 do_configure() { ./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" }