From 3428f6abd8094b45322d44cb8804133b59332444 Mon Sep 17 00:00:00 2001 From: Carlos Zaldivar Batista Date: Thu, 29 Sep 2016 16:19:16 +0200 Subject: [PATCH 1/1] Initial commit of Apache Maven. --- Makefile | 1 + package.yml | 20 ++++++++++++++++++++ pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..fb60c9d --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : apache-maven +version : 3.3.9 +release : 1 +source : + - http://ftp.ps.pl/pub/apache/maven/maven-3/3.3.9/source/apache-maven-3.3.9-src.tar.gz : 9150475f509b23518e67a220a9d3a821648ab27550f4ece4d07b92b1fc5611bc +license : Apache-2.0 +component : programming.tools +summary : Apache Maven is a software project management and comprehension tool. +description: | + Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. +builddeps : + - apache-ant +rundeps : + - openjdk-8 +build : | + ant -Dmaven.home=$installdir/usr/share/apache-maven +install : | + mkdir -p $installdir/usr/bin + ln -s /usr/share/apache-maven/bin/mvn $installdir/usr/bin/mvn + ln -s /usr/share/apache-maven/bin/mvnDebug $installdir/usr/bin/mvnDebug diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..45cf4cc --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + apache-maven + + Carlos Zaldivar Batista + carlos.zaldivar.batista@gmail.com + + Apache-2.0 + programming.tools + Apache Maven is a software project management and comprehension tool. + Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + + https://solus-project.com/sources/README.Solus + + + apache-maven + Apache Maven is a software project management and comprehension tool. + Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + + programming.tools + + /usr/bin + /usr/share/apache-maven + + + + + 2016-09-29 + 3.3.9 + Packaging update + Carlos Zaldivar Batista + carlos.zaldivar.batista@gmail.com + + + \ No newline at end of file -- 2.10.0