diff options
Diffstat (limited to 'contrib/bzip2/module.defs')
-rw-r--r-- | contrib/bzip2/module.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index 0a7463e20..7c14485d9 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -1,8 +1,11 @@ $(eval $(call import.MODULE.defs,BZIP2,bzip2)) $(eval $(call import.CONTRIB.defs,BZIP2)) -BZIP2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/bzip2-1.0.6.tar.gz +BZIP2.FETCH.url = http://download.handbrake.fr/handbrake/contrib/bzip2-1.0.6.tar.gz +BZIP2.FETCH.url += http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz +BZIP2.FETCH.md5 = 00b516f4704d4a7cb50a1d97e6e8e15b BZIP2.EXTRACT.tarbase = bzip2 + BZIP2.CONFIGURE = $(TOUCH.exe) $@ BZIP2.BUILD.extra = \ |