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
d853175c
Commit
d853175c
authored
7 years ago
by
Jan Baudisch
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kerberos (krb5)
parent
ff6697d7
nexedi
master
re6stnet-archive
revert-1177-update-screenfetch
revert-936-update-emacs-package
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/krb5.rb
packages/krb5.rb
+22
-0
No files found.
packages/krb5.rb
0 → 100644
View file @
d853175c
require
'package'
class
Krb5
<
Package
description
'Kerberos is a network authentication protocol.'
homepage
'https://web.mit.edu/kerberos'
version
'1.15.1'
source_url
'http://web.mit.edu/kerberos/dist/krb5/1.15/krb5-1.15.1.tar.gz'
source_sha256
'437c8831ddd5fde2a993fef425dedb48468109bb3d3261ef838295045a89eb45'
def
self
.
build
Dir
.
chdir
"src"
do
system
"./configure --without-system-verto"
system
"make"
end
end
def
self
.
install
Dir
.
chdir
"src"
do
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
end
This diff is collapsed.
Click to expand it.
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