Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
20b41e14
Commit
20b41e14
authored
Sep 24, 2020
by
Ed Reel
Committed by
GitHub
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add xercesc package (#4328)
parent
6dced174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
packages/xercesc.rb
packages/xercesc.rb
+38
-0
No files found.
packages/xercesc.rb
0 → 100644
View file @
20b41e14
require
'package'
class
Xercesc
<
Package
description
'Xerces-C++ is a validating XML parser written in a portable subset of C++.'
homepage
'http://xerces.apache.org/xerces-c/'
version
'3.2.3'
compatibility
'all'
source_url
'https://downloads.apache.org/xerces/c/3/sources/xerces-c-3.2.3.tar.xz'
source_sha256
'12fc99a9fc1d1a79bd0e927b8b5637a576d6656f45b0d5e70ee3694d379cc149'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/xercesc-3.2.3-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/xercesc-3.2.3-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/xercesc-3.2.3-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/xercesc-3.2.3-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'7ee70737c8d3fe7d21a9e3cf3f27abebcf9b663da95b4aa24e9862c9c707fe4c'
,
armv7l:
'7ee70737c8d3fe7d21a9e3cf3f27abebcf9b663da95b4aa24e9862c9c707fe4c'
,
i686:
'8cad0d974c6c6966fbc7e0d039fcab63a07eccd4e2435fadd748b4fbce2e5cc4'
,
x86_64:
'd1a0c7fd791b712963ea851792e8253474ec0ba5683d631ce0b0ac981e90762e'
,
})
depends_on
'curl'
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--disable-maintainer-mode'
,
'--disable-static'
system
'make'
end
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
end
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