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
8f2e3444
Commit
8f2e3444
authored
Feb 10, 2018
by
lovedheart
Committed by
Ed Reel
Feb 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create libgudev.rb (#1815)
parent
a9f4c3c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
packages/libgudev.rb
packages/libgudev.rb
+21
-0
No files found.
packages/libgudev.rb
0 → 100644
View file @
8f2e3444
require
'package'
class
Libgudev
<
Package
description
'libgudev is a library with GObject bindings to libudev'
homepage
'https://wiki.gnome.org/Projects/libgudev'
version
'0.232'
source_url
'https://download.gnome.org/sources/libgudev/232/libgudev-232.tar.xz'
source_sha256
'ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860'
depends_on
'gobject_introspection'
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
--disable-umockdev"
# umockdev is only for tests
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