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
e69b4652
Commit
e69b4652
authored
Mar 25, 2018
by
lovedheart
Committed by
Ed Reel
Mar 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create xinit.rb (#2161)
* Create xinit.rb * Update xinit.rb
parent
c709fc63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
packages/xinit.rb
packages/xinit.rb
+23
-0
No files found.
packages/xinit.rb
0 → 100644
View file @
e69b4652
require
'package'
class
Xinit
<
Package
description
'The xinit package contains a usable script to start the xserver'
homepage
'https://www.x.org'
version
'1.4.0'
source_url
'https://x.org/pub/individual/app/xinit-1.4.0.tar.bz2'
source_sha256
'230835eef2f5978a1e1344928168119373f6df1d0a32c09515e545721ee582ef'
depends_on
'xorg_lib'
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
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