2013-07-17 06:04:35 +00:00
|
|
|
# Template file for 'lzip'
|
|
|
|
pkgname=lzip
|
2014-10-02 10:44:29 +00:00
|
|
|
version=1.16
|
2014-06-22 07:33:13 +00:00
|
|
|
revision=1
|
2013-07-17 06:04:35 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Losless data compressor based on the LZMA algorithm"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.nongnu.org/lzip/lzip.html"
|
|
|
|
distfiles="http://download.savannah.gnu.org/releases/lzip/lzip-${version}.tar.gz"
|
2014-10-02 10:44:29 +00:00
|
|
|
checksum=128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751
|
2013-07-17 06:04:35 +00:00
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
|
|
|
|
}
|