Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b3050f68
Commit
b3050f68
authored
Jul 25, 2014
by
Sean McGovern
Committed by
Jean-Baptiste Kempf
Jul 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: add Apache ANT for contribs
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c433918e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
extras/tools/packages.mak
extras/tools/packages.mak
+4
-0
extras/tools/tools.mak
extras/tools/tools.mak
+17
-0
No files found.
extras/tools/packages.mak
View file @
b3050f68
GNU
=
http://ftp.gnu.org/gnu
APACHE
=
http://mirror.csclub.uwaterloo.ca/apache
YASM_VERSION
=
1.2.0
#YASM_URL=$(CONTRIB_VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
...
...
@@ -37,3 +38,6 @@ RAGEL_URL=http://www.complang.org/ragel/ragel-$(RAGEL_VERSION).tar.gz
SED_VERSION
=
4.2.2
SED_URL
=
$(GNU)
/sed/sed-
$(SED_VERSION)
.tar.bz2
ANT_VERSION
=
1.9.4
ANT_URL
=
$(APACHE)
/ant/binaries/apache-ant-
$(ANT_VERSION)
-bin
.tar.bz2
extras/tools/tools.mak
View file @
b3050f68
...
...
@@ -248,6 +248,23 @@ CLEAN_PKG += sed
DISTCLEAN_PKG
+=
sed-
$(SED_VERSION)
.tar.bz2
CLEAN_FILE
+=
.sed
# Apache ANT
apache-ant-$(ANT_VERSION).tar.bz2
:
$(
call
download,
$(ANT_URL)
)
ant
:
apache-ant-$(ANT_VERSION).tar.bz2
$(UNPACK)
$(MOVE)
.ant
:
ant
(
cp
$<
/bin/
*
build/bin/
;
cp
$<
/lib/
*
build/lib/
)
touch
$@
CLEAN_PKG
+=
ant
DISTCLEAN_PKG
+=
apache-ant-
$(ANT_VERSION)
.tar.bz2
CLEAN_FILE
+=
.ant
#
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment