diff options
-rw-r--r-- | contrib/bzip2/module.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index b7aedf00c..89c3e3cda 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -1,9 +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-official.tar.gz BZIP2.FETCH.url += http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz BZIP2.FETCH.md5 = 00b516f4704d4a7cb50a1d97e6e8e15b +BZIP2.FETCH.basename = bzip2-1.0.6-official.tar.gz +BZIP2.EXTRACT.tarbase = bzip2-1.0.6 BZIP2.CONFIGURE = $(TOUCH.exe) $@ |