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
Łukasz Nowak
chromebrew
Commits
1579bbbf
Commit
1579bbbf
authored
Jun 25, 2020
by
Ed Reel
Committed by
GitHub
Jun 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libglu from 9.0.0 to 9.0.1 (#4137)
Add pre-built binaries
parent
d1d7ee7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
packages/libglu.rb
packages/libglu.rb
+13
-13
No files found.
packages/libglu.rb
View file @
1579bbbf
...
@@ -3,33 +3,33 @@ require 'package'
...
@@ -3,33 +3,33 @@ require 'package'
class
Libglu
<
Package
class
Libglu
<
Package
description
'Mesa OpenGL Utility library'
description
'Mesa OpenGL Utility library'
homepage
'https://www.mesa3d.org/'
homepage
'https://www.mesa3d.org/'
version
'9.0.
0
'
version
'9.0.
1
'
compatibility
'all'
compatibility
'all'
source_url
'https://
mesa.freedesktop.org/archive/glu/glu-9.0.0.tar.bz2
'
source_url
'https://
archive.mesa3d.org/glu/glu-9.0.1.tar.xz
'
source_sha256
'
1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12
'
source_sha256
'
fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
0
-chromeos-armv7l.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
0
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
0
-chromeos-i686.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
0
-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libglu-9.0.
1
-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'
978fc52725d1150274997b2e18343a61c1741e258f3932cb2c0aac3b956dbd3a
'
,
aarch64:
'
0bf229621676810287e72253faf88af8d6fc7e2c295a6110c30e50b4c841dd36
'
,
armv7l:
'
978fc52725d1150274997b2e18343a61c1741e258f3932cb2c0aac3b956dbd3a
'
,
armv7l:
'
0bf229621676810287e72253faf88af8d6fc7e2c295a6110c30e50b4c841dd36
'
,
i686:
'
68e3211a0c406b707b8cef7b6b1848af360db90270139c25a4403ef630b273e9
'
,
i686:
'
f37f39c65fcf0e22e741da79e7cd3a7e21e61ddd84f871996b81a1df6b376d53
'
,
x86_64:
'
3eb2f46c684da6c34ab4f35b213d82be693afdb1203493a10f65edffeeb98cc7
'
,
x86_64:
'
ce186ee083b0c2b6061b72fa1d8af22ada95d3b9c3ae1bfbc48bc2977b65e176
'
,
})
})
depends_on
'mesa'
depends_on
'mesa'
depends_on
'xorg_lib'
depends_on
'xorg_lib'
def
self
.
build
def
self
.
build
system
"./configure
--prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"./configure
#{
CREW_OPTIONS
}
"
system
'make'
system
'make'
end
end
def
self
.
install
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
end
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