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
ef4c9a25
Commit
ef4c9a25
authored
Dec 05, 2016
by
system_user
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ruby to 2.3.3 in ruby_latest and gettext from real source
parent
671f0195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
packages/gettext.rb
packages/gettext.rb
+16
-10
No files found.
packages/gettext.rb
View file @
ef4c9a25
require
'package'
class
Gettext
<
Package
version
'0.18.3.1'
binary_url
({
i686:
'https://dl.dropboxusercontent.com/s/xmsfr7q9r99dhcs/gettext-0.18.3.1-chromeos-i686.tar.gz?token_hash=AAGJo0pqudCOkGU3NHOcBuFG2zLwWpapNXLX-zUJLcS3aA&dl=1'
,
x86_64:
'https://dl.dropboxusercontent.com/s/nidj0ehxwserhz6/gettext-0.18.3.1-chromeos-x86_64.tar.gz?token_hash=AAFn-kdXlB23HDVDCKTn9n_U-i9LFNCIB6HU0jSUiJTctA&dl=1'
})
binary_sha1
({
i686:
'1ecbff59d6134c7f8804bcf18fb2b1b7a9a6d4c0'
,
x86_64:
'22174347defa4f034a360078c248a61710c5f854'
})
class
Llvm
<
Package
version
'0.19.8'
source_url
'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.xz'
source_sha1
'dc551d4783edf691c1f0095ca927d3128b5093e8'
depends_on
'buildessential'
depends_on
'openssl_devel'
def
self
.
build
system
"CC='gcc' ./configure"
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