From d54bc7c4380338b04ab36ed22d944734d685d6c6 Mon Sep 17 00:00:00 2001 From: Shawn W Dunn Date: Sun, 2 Oct 2016 17:14:45 -0700 Subject: [PATCH] Initial working xml-commons Signed-off-by: Shawn W Dunn --- Makefile | 1 + package.yml | 29 +++++++++++++++++++++++++++++ pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 66 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..041d33a --- /dev/null +++ b/package.yml @@ -0,0 +1,29 @@ +name : xml-commons +version : 1.4.01 +release : 1 +source : + - http://mirrors.sonic.net/apache//xerces/xml-commons/source/xml-commons-external-1.4.01-src.tar.gz : d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866 +license : + - Apache-2.0 + - W3C + - SAX-PD +component : programming +summary : Common xml code +description: | + Common code and guidelines for xml projects +builddeps : + - openjdk-8 +rundeps : + - openjdk-8 +build : | + mkdir classes + javac -source 1.4 -d classes `find org/ javax/ -name '*.java'` + cd classes + jar -cvfm ../xml-apis-ext.jar ../manifest.commons \ + `find -type d -name "sac" -o -name "smil" -o -name "svg"` + jar -cvfm ../xml-apis.jar ../manifest.commons \ + `find -type f ! \( -wholename "*/sac/*" -o -wholename "*/smil/*" -o wholename "*/svf/*" \)` +install : | + install -dm 755 $installdir/usr/share/xml-commons + install -m 644 xml-apis-ext.jar $installdir/usr/share/xml-commons/ + install -m 644 xml-apis.jar $installdir/usr/share/xml-commons/ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..70b7796 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + xml-commons + + Shawn W Dunn + sfalken@cloverleaf-linux.org + + Apache-2.0 + W3C + SAX-PD + programming + Common xml code + Common code and guidelines for xml projects + + https://solus-project.com/sources/README.Solus + + + xml-commons + Common xml code + Common code and guidelines for xml projects + + programming + + /usr/share/xml-commons + + + + + 2016-10-03 + 1.4.01 + Packaging update + Shawn W Dunn + sfalken@cloverleaf-linux.org + + + \ No newline at end of file -- 2.10.0