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
e66947f7
Commit
e66947f7
authored
Jun 13, 2017
by
Damian Montero
Committed by
GitHub
Jun 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #731 from uberhacker/add-bcif-package
Add bcif package
parents
0fb979a9
fda25ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
packages/bcif.rb
packages/bcif.rb
+24
-0
No files found.
packages/bcif.rb
0 → 100644
View file @
e66947f7
require
'package'
class
Bcif
<
Package
description
'The BCIF compression algorithm is an open source method for lossless image compression.'
homepage
'http://www.researchandtechnology.net/bcif/index.php'
version
'1.0-beta'
source_url
'http://www.researchandtechnology.net/bcif/downloads/bcif_sources_1_0_beta.zip'
source_sha1
'330c81ce5e7c471a629d59e22dae0c59a536b1c4'
depends_on
'unzip'
def
self
.
build
FileUtils
.
cd
(
'Cpp'
)
do
system
"bash make.sh"
end
end
def
self
.
install
FileUtils
.
cd
(
'Cpp'
)
do
system
"mkdir -p
#{
CREW_DEST_DIR
}
/usr/local/bin"
system
"cp bcif
#{
CREW_DEST_DIR
}
/usr/local/bin"
end
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