Merge pull request #222 from mrhdias/patch-1
The recipe don't download the archive.
This commit is contained in:
commit
2af64bb35e
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ from os.path import join
|
|||
import sh
|
||||
|
||||
class PngRecipe(Recipe):
|
||||
version = '1.6.24'
|
||||
url = 'http://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.gz'
|
||||
version = '1.6.26'
|
||||
url = 'http://downloads.sourceforge.net/sourceforge/libpng/libpng-{version}.tar.gz'
|
||||
depends = ["python"]
|
||||
library = '.libs/libpng16.a'
|
||||
|
||||
|
@ -23,4 +23,4 @@ class PngRecipe(Recipe):
|
|||
shprint(sh.make, "clean")
|
||||
shprint(sh.make, _env=build_env)
|
||||
|
||||
recipe = PngRecipe()
|
||||
recipe = PngRecipe()
|
||||
|
|
Loading…
Reference in a new issue