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
f91ff8de
Commit
f91ff8de
authored
Jul 26, 2016
by
system_user
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unzip 6.0 package added
parent
be1f84d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
packages/unzip.rb
packages/unzip.rb
+19
-0
No files found.
packages/unzip.rb
0 → 100644
View file @
f91ff8de
require
'package'
class
Unzip
<
Package
version
'6.0'
source_url
'http://pkgs.fedoraproject.org/repo/pkgs/unzip/unzip60.tar.gz/62b490407489521db863b523a7f86375/unzip60.tar.gz'
source_sha1
'abf7de8a4018a983590ed6f5cbd990d4740f8a22'
depends_on
'buildessential'
def
self
.
build
system
"make -f unix/Makefile generic"
end
def
self
.
install
system
"make prefix=/usr/local MANDIR=/usr/local/tmp/unzip-man -f unix/Makefile install"
#remove the man pages we couldn't install
system
"rm -r -f /usr/local/tmp/unzipman"
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