mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-23 15:01:23 +01:00
new file: b/bzip2/bzip2-1.0.6.eb
This commit is contained in:
parent
e5fdae36ea
commit
932609a86f
20
b/bzip2/bzip2-1.0.6.eb
Normal file
20
b/bzip2/bzip2-1.0.6.eb
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name = 'bzip2'
|
||||||
|
version = '1.0.6'
|
||||||
|
|
||||||
|
homepage = 'http://www.bzip.org/'
|
||||||
|
description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically
|
||||||
|
compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical
|
||||||
|
compressors), whilst being around twice as fast at compression and six times faster at decompression."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
toolchainopts = {'pic': True}
|
||||||
|
|
||||||
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
source_urls = ['http://www.bzip.org/%(version)s/']
|
||||||
|
|
||||||
|
buildopts = "CC=gcc CFLAGS='-Wall -Winline -O3 -fPIC -g $(BIGFILES)'"
|
||||||
|
|
||||||
|
# building of shared libraries doesn't work on OS X (where 'gcc' is actually Clang...)
|
||||||
|
with_shared_libs = OS_TYPE == 'Linux'
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user