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
882ae598
Commit
882ae598
authored
Nov 15, 2017
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add lzop package
parent
197ed4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
packages/lzop.rb
packages/lzop.rb
+28
-0
No files found.
packages/lzop.rb
0 → 100644
View file @
882ae598
require
'package'
class
Lzop
<
Package
description
'lzop is a file compressor which is very similar to gzip.'
homepage
'http://www.lzop.org/'
version
'1.04'
source_url
'https://www.lzop.org/download/lzop-1.04.tar.gz'
source_sha256
'7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41'
binary_url
({
})
binary_sha256
({
})
depends_on
'lzo'
def
self
.
build
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--disable-dependency-tracking \
--disable-maintainer-mode"
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