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
22c89199
Commit
22c89199
authored
Oct 28, 2018
by
James Larrowe
Committed by
Ed Reel
Oct 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fakeroot_ng package (#2812)
parent
1380c891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
packages/fakeroot_ng.rb
packages/fakeroot_ng.rb
+29
-0
No files found.
packages/fakeroot_ng.rb
0 → 100644
View file @
22c89199
require
'package'
class
Fakeroot_ng
<
Package
description
'Fakeroot-ng is a clean re-implementation of fakeroot.'
homepage
'https://fakeroot-ng.lingnu.com/index.php/Home_Page'
version
'0.18'
source_url
'https://sourceforge.net/projects/fakerootng/files/fakeroot-ng/fakeroot-ng-0.18.tar.gz'
source_sha256
'189eacda630752980d40e34b2c01ce23d839daab3d691a4706bb9eac79f7e144'
binary_url
({
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/fakeroot_ng-0.18-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
x86_64:
'8193a2fd03ed29a7944c3b186f616d9ceb1b25b0327c48ec4f59913d9e7bbc49'
,
})
def
self
.
build
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
def
self
.
check
system
'make'
,
'check'
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