Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -27,10 +27,11 @@
|
||||
|
||||
class Bbcp(Package):
|
||||
"""Securely and quickly copy data from source to target"""
|
||||
homepage = "http://www.slac.stanford.edu/~abh/bbcp/"
|
||||
|
||||
version('git', git='http://www.slac.stanford.edu/~abh/bbcp/bbcp.git',
|
||||
branch="master")
|
||||
homepage = "http://www.slac.stanford.edu/~abh/bbcp/"
|
||||
git = "http://www.slac.stanford.edu/~abh/bbcp/bbcp.git"
|
||||
|
||||
version('git', branch='master')
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('openssl')
|
||||
|
Reference in New Issue
Block a user