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
af63af8f
Commit
af63af8f
authored
Jan 14, 2019
by
James Larrowe
Committed by
Ed Reel
Jan 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LZOP package (#3084)
Force use shared libs from LZO update Therefore, depends on #3083
parent
8ab93d01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
packages/lzop.rb
packages/lzop.rb
+11
-13
No files found.
packages/lzop.rb
View file @
af63af8f
...
...
@@ -3,34 +3,32 @@ 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'
version
'1.04
-1
'
source_url
'https://www.lzop.org/download/lzop-1.04.tar.gz'
source_sha256
'7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/lzop-1.04-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/lzop-1.04-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/lzop-1.04-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/lzop-1.04-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/lzop-1.04-1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'b7cd8133920f0a9db798bd871cd9e7779f7b6fe7c587fb55c05b8b72d32e123a'
,
armv7l:
'b7cd8133920f0a9db798bd871cd9e7779f7b6fe7c587fb55c05b8b72d32e123a'
,
i686:
'4c5e9ee6dbb95950c5b30c49705e33891c768c085cccb7dbef9d0e7757ecd20d'
,
x86_64:
'd51dfeaafb14d3e4927957627c4c19f5fca9c8aa0a2b5c977045eeb1caac9728'
,
x86_64:
'e690057fbe1ab77e71f9ee73bb0d5cd75a410f8f773869f75745622776b9dcaf'
,
})
depends_on
'lzo'
def
self
.
build
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--disable-dependency-tracking \
--disable-maintainer-mode"
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
'--disable-maintainer-mode'
,
'--disable-dependency-tracking'
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
def
self
.
check
system
'make'
,
'check'
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