1 2 3 4 5 6 7
|
version=3
# uversionmangle is used to convert 1-0-1 to 1.0.1
# downloadurlmangle is used to add the action download at the end of the URL
# filenamemangle is used to download a more explict filename (would be src instead...). This option is not mandatory
opts="uversionmangle=s/-/./g;s/$/+gpl/,downloadurlmangle=s/src-gpl/src-gpl?action=download/,filenamemangle=s/.*download\/JRosetta-(.*)\/data\/.*/jrosetta-$1.zip/" \
http://dev.artenum.com/projects/JRosetta/download .*/JRosetta-(.*)/data/src-gpl \
debian debian/orig-tar.sh
|