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
924ecc3e
Commit
924ecc3e
authored
Dec 30, 2017
by
Don Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to v 2.5.1, plus added support to put libraries in lib64 for
x86_64 hosts
parent
16aedd68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
17 deletions
+9
-17
packages/libassuan.rb
packages/libassuan.rb
+9
-17
No files found.
packages/libassuan.rb
View file @
924ecc3e
...
...
@@ -3,25 +3,17 @@ require 'package'
class
Libassuan
<
Package
description
'Libassuan is a small library implementing the so-called Assuan protocol.'
homepage
'https://www.gnupg.org/related_software/libassuan/index.html'
version
'2.4.3'
source_url
'https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.3.tar.bz2'
source_sha256
'22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libassuan-2.4.3-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libassuan-2.4.3-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libassuan-2.4.3-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libassuan-2.4.3-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'c582619a230bd2f766ff2b10d6d8a61a433314491ed34a5c332c54904dc8bfe2'
,
armv7l:
'c582619a230bd2f766ff2b10d6d8a61a433314491ed34a5c332c54904dc8bfe2'
,
i686:
'932dfeb2bce8fc736c89bffe10713e366a867722bf807cfdcfbd7fcc2f9a78f2'
,
x86_64:
'05dd4fd2634875a990ab4abd1f3d477deaaee37c7015d08b59b31d1e369fc9b9'
,
})
version
'2.5.1'
source_url
'https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.1.tar.bz2'
source_sha256
'47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449'
def
self
.
build
system
'./configure --prefix=/usr/local'
case
ARCH
when
'x86_64'
system
'./configure --prefix=/usr/local --libdir=/usr/local/lib64'
else
system
'./configure --prefix=/usr/local'
end
system
'make'
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