diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 21:44:25 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 21:44:25 -0700 |
| commit | aa97d45d6054e6203110f16fdbad6c88af9c911a (patch) | |
| tree | c4fe35ac404273ccabe6089049d56e569998835c | |
| parent | d5317aa890a2a39c0267990b2d0822ae9ca0a7ee (diff) | |
Add bzip2 1.0.6
| -rw-r--r-- | core/bzip2/gen.rc | 5 | ||||
| -rw-r--r-- | core/bzip2/url | 1 | ||||
| -rw-r--r-- | core/gen.rc | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/core/bzip2/gen.rc b/core/bzip2/gen.rc new file mode 100644 index 00000000..e24d3091 --- /dev/null +++ b/core/bzip2/gen.rc @@ -0,0 +1,5 @@ +cflags -Wall -Winline -D_FILE_OFFSET_BITS'='64 +static_lib libbz2.a blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c +exe bzip2 bzip2.c libbz2.a +file bin/bzip2 '$outdir'/bzip2 755 +file share/man/man1/bzip2.1 '$srcdir'/bzip2.1 644 diff --git a/core/bzip2/url b/core/bzip2/url new file mode 100644 index 00000000..ff92030f --- /dev/null +++ b/core/bzip2/url @@ -0,0 +1 @@ +http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz diff --git a/core/gen.rc b/core/gen.rc index 428fb488..ae69c366 100644 --- a/core/gen.rc +++ b/core/gen.rc @@ -1,3 +1,4 @@ +subgen bzip2 subgen cparser subgen file subgen libfirm |
