X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpython-m2crypto;h=d870bed45d6ff5a65f76310888252e3980163736;hp=536380c9b6453e67d45a5da74449ee872c6a3939;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=ff305ff7c276789edda0e606dceaa9fd5d715ec6 diff --git a/lfs/python-m2crypto b/lfs/python-m2crypto index 536380c9b6..d870bed45d 100644 --- a/lfs/python-m2crypto +++ b/lfs/python-m2crypto @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.21.1 +VER = 0.27.0 THISAPP = M2Crypto-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f93d8462ff7646397a9f77a2fe602d17 +$(DL_FILE)_MD5 = 4477bd6b2835560c73982476dba5e515 install : $(TARGET) @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && python setup.py install + cd $(DIR_APP) && python setup.py build + cd $(DIR_APP) && python setup.py install --root=/ @rm -rf $(DIR_APP) @$(POSTBUILD)