diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 19:43:26 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 19:43:26 -0500 |
commit | 30205092cec6c426bb580fa44d6c2ad52bce2848 (patch) | |
tree | dfbf42ccf1f191be2ad74b8d422221b56d7fe714 | |
parent | d3dc67e2bfae6f96f0d25e46814d837a572220a1 (diff) |
Update README
-rw-r--r-- | README | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,23 @@ +Targets: + build/download/${PROTO}/${URL} + build/extract/${PROTO}/${URL} + build/workdir/${PKGNAME} + build/packages/${PKGNAME} + +Supported proto are + git + svn + tar + file + union + stub + +Note that there is no `build/download/union`; union only exists in +`build/extract`. A `stub` doesn't exist in either. + +A 'tar' gets extracted with bsdtar; a 'file' is left alone. + + dependencies: junit ant @@ -8,5 +28,3 @@ dependencies: servlet-api-3.1 byaccj - java-cup (the old 0.10k release is fine) - jlex |