blob: a44d9218e47b2103c99cead0440ec7c45008ecf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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
gnumail
xerces2
servlet-api-2.5
servlet-api-3.1
byaccj
|