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
2f75360c
Commit
2f75360c
authored
Jul 29, 2016
by
Damian Montero
Committed by
GitHub
Jul 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unzip.rb
parent
48c16112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
packages/unzip.rb
packages/unzip.rb
+0
-19
No files found.
packages/unzip.rb
deleted
100644 → 0
View file @
48c16112
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