One extra command is not a good enough reason to lose control of packaging to non-trivial black-box tools (git import-orig). This has just unexpectedly bit me in ass when git import-orig failed miserably leaving repo in a really bad state. Let's just keep the tasks separate from each other.
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
version=3
|
|
|
|
# Track CMake 2.6.x releases including RCs
|
|
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
|
|
http://www.cmake.org/files/v([\d.]+)/ \
|
|
cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz \
|