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
bee92224
Commit
bee92224
authored
Aug 22, 2018
by
superloach
Committed by
Ed Reel
Aug 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add libexiv2 (#2593)
* Add libexiv2 * remove core dependencies
parent
560405ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/libexiv2.rb
packages/libexiv2.rb
+22
-0
No files found.
packages/libexiv2.rb
0 → 100644
View file @
bee92224
require
'package'
class
Libexiv2
<
Package
description
'Exiv2 is a Cross-platform C++ library and a command line utility to manage image metadata.'
homepage
'http://exiv2.org/'
version
'0.26'
source_url
'http://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz'
source_sha256
'c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb'
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
check
system
"make check"
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