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
f35117d1
Commit
f35117d1
authored
Sep 15, 2018
by
Chris Thurber
Committed by
GitHub
Sep 15, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2669 from uberhacker/update-gdbm-package
Update gdbm from 1.13 to 1.18
parents
e358c9e6
d066cd27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
packages/gdbm.rb
packages/gdbm.rb
+21
-16
No files found.
packages/gdbm.rb
View file @
f35117d1
...
@@ -3,35 +3,40 @@ require 'package'
...
@@ -3,35 +3,40 @@ require 'package'
class
Gdbm
<
Package
class
Gdbm
<
Package
description
'GNU dbm is a set of database routines that use extensible hashing.'
description
'GNU dbm is a set of database routines that use extensible hashing.'
homepage
'https://www.gnu.org/software/gdbm/'
homepage
'https://www.gnu.org/software/gdbm/'
version
'1.1
3
'
version
'1.1
8
'
source_url
'
ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.13
.tar.gz'
source_url
'
https://ftpmirror.gnu.org/gdbm/gdbm-1.18
.tar.gz'
source_sha256
'
9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253
'
source_sha256
'
b8822cb4769e2d759c828c06f196614936c88c141c3132b18252fe25c2b635ce
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
3
-chromeos-armv7l.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
8
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
3
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
8
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
3
-chromeos-i686.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
8
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
3
-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gdbm-1.1
8
-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'
5173374cf85d85db067e74762347b29221bf6b145bff4297491cab41716f90dd
'
,
aarch64:
'
a3b6c2d3440a27d1f3929d499e17cd5f789111f611ff4bf2b2308a2a81d1f792
'
,
armv7l:
'
5173374cf85d85db067e74762347b29221bf6b145bff4297491cab41716f90dd
'
,
armv7l:
'
a3b6c2d3440a27d1f3929d499e17cd5f789111f611ff4bf2b2308a2a81d1f792
'
,
i686:
'
abea0445b1b6be0365aa76340676b39118c6b2de094ee0e21d391ad6fabcd0ef
'
,
i686:
'
8883a3831231730231ddf8bf217e0fc2bff61386ef59bcf24dabd2c423a64d76
'
,
x86_64:
'
c6d4f4a421a04df6c9e6e2d99cfecce673fd58788e378978b2bc8c7312e4d4a6
'
,
x86_64:
'
f9a1eeed7bfbd803705df5314aaf4585df2e3eb04b1b22e80e254b836281518f
'
,
})
})
depends_on
'readline'
depends_on
'readline'
def
self
.
build
def
self
.
build
system
'./configure'
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--disable-static'
,
'--enable-shared'
,
'--with-pic'
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--disable-static'
,
'--enable-shared'
,
'--with-pic'
system
'make'
system
'make'
end
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
def
self
.
check
def
self
.
check
system
"make check"
system
"make check"
end
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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