Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
chromebrew
Commits
3ba71b68
Commit
3ba71b68
authored
7 years ago
by
Jan Baudisch
Committed by
Kazushi (Jam) Marukawa
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add libpciaccess
parent
510c7b08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/libpciaccess.rb
packages/libpciaccess.rb
+18
-0
No files found.
packages/libpciaccess.rb
0 → 100644
View file @
3ba71b68
require
'package'
class
Libpciaccess
<
Package
description
'Generic PCI access library'
homepage
'https://x.org'
version
'0.13'
source_url
'https://www.x.org/archive/individual/lib/libpciaccess-0.13.tar.gz'
source_sha256
'afdfe55b23be710751b630073127febef498af35d4a58944fccbef860315f72c'
def
self
.
build
system
"./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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