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
5b92fa78
Commit
5b92fa78
authored
Jan 15, 2018
by
Gangstead
Committed by
GitHub
Jan 15, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1649 from uberhacker/add-lzma-package
Add lzma package
parents
c908631e
642048b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
packages/lzma.rb
packages/lzma.rb
+19
-0
No files found.
packages/lzma.rb
0 → 100644
View file @
5b92fa78
require
'package'
class
Lzma
<
Package
description
'LZMA Utils are legacy data compression software with high compression ratio.'
homepage
'https://tukaani.org/lzma/'
version
'4.32.7'
source_url
'https://tukaani.org/lzma/lzma-4.32.7.tar.bz2'
source_sha256
'618e54513993b3a153fa1c150fccdf25788c72b36e84ab4db71911083531cf6a'
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
"ln -s
#{
CREW_LIB_PREFIX
}
/liblzmadec.la
#{
CREW_DEST_LIB_PREFIX
}
/liblzma.la"
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