Add force_url option to launchmon for unversioned URL
This commit is contained in:
parent
5d96844e57
commit
7d655b5407
1 changed files with 2 additions and 1 deletions
|
@ -27,9 +27,10 @@
|
||||||
class Launchmon(Package):
|
class Launchmon(Package):
|
||||||
homepage = "http://sourceforge.net/projects/launchmon"
|
homepage = "http://sourceforge.net/projects/launchmon"
|
||||||
url = "http://sourceforge.net/code-snapshots/svn/l/la/launchmon/code/launchmon-code-481-branches-launchmon-1.0-release.zip"
|
url = "http://sourceforge.net/code-snapshots/svn/l/la/launchmon/code/launchmon-code-481-branches-launchmon-1.0-release.zip"
|
||||||
|
force_url = True
|
||||||
list_url = "http://sourceforge.net/p/launchmon/code/HEAD/tree"
|
list_url = "http://sourceforge.net/p/launchmon/code/HEAD/tree"
|
||||||
|
|
||||||
versions = {'1.0.0' : 'e35a7ec62859741cd7dc6237321e7f19'}
|
versions = {'1.0.0' : 'a0e5bfb7d82dc708d58bdbf93697886c'}
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=" + prefix)
|
configure("--prefix=" + prefix)
|
||||||
|
|
Loading…
Reference in a new issue