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
ed59755a
Commit
ed59755a
authored
Dec 24, 2016
by
Kazushi (Jam) Marukawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed binary or dummy files for armv7l from diffutils, gawk, less, libsigsegv and ncurses
parent
85f1aaf2
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
36 deletions
+0
-36
packages/diffutils.rb
packages/diffutils.rb
+0
-8
packages/gawk.rb
packages/gawk.rb
+0
-6
packages/less.rb
packages/less.rb
+0
-6
packages/libsigsegv.rb
packages/libsigsegv.rb
+0
-8
packages/ncurses.rb
packages/ncurses.rb
+0
-8
No files found.
packages/diffutils.rb
View file @
ed59755a
...
...
@@ -5,14 +5,6 @@ class Diffutils < Package
source_url
'ftp://ftp.gnu.org/gnu/diffutils/diffutils-3.3.tar.xz'
source_sha1
'6463cce7d3eb73489996baefd0e4425928ecd61e'
# arm has 3.3 diffutils in system, so leave it as is
binary_url
({
armv7l:
"https://dl.dropboxusercontent.com/s/kut6emhlda9pbc9/dummy-1.0.0-chromeos-armv7l.tar.gz"
,
})
binary_sha1
({
armv7l:
"049db60338a74d798e72afabe05097f3a4c4f7cd"
,
})
depends_on
"libsigsegv"
def
self
.
build
...
...
packages/gawk.rb
View file @
ed59755a
...
...
@@ -4,12 +4,6 @@ class Gawk < Package
version
'4.1.1'
source_url
'http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.gz'
source_sha1
'0480d23fffbf04bfd0d4ede4c1c3d57eb81cc771'
binary_url
({
armv7l:
"https://dl.dropboxusercontent.com/s/b7w6l92az4dmitf/gawk-4.1.1-chromeos-armv7l.tar.xz"
,
})
binary_sha1
({
armv7l:
"470c7f9360d563d88031d793f7bbe39a972e2209"
,
})
def
self
.
build
system
'./configure --prefix=/usr/local'
...
...
packages/less.rb
View file @
ed59755a
...
...
@@ -4,12 +4,6 @@ class Less < Package
version
'451'
source_url
'ftp://ftp.gnu.org/gnu/less/less-451.tar.gz'
source_sha1
'ee95be670e8fcc97ac87d02dd1980209130423d0'
binary_url
({
armv7l:
"https://dl.dropboxusercontent.com/s/tsyva5iweqp2blq/less-451-chromeos-armv7l.tar.xz"
,
})
binary_sha1
({
armv7l:
"c36725933672985b649073b0a6345e68c6bea96d"
,
})
depends_on
'buildessential'
depends_on
'ncurses'
...
...
packages/libsigsegv.rb
View file @
ed59755a
...
...
@@ -5,14 +5,6 @@ class Libsigsegv < Package
source_url
'ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz'
source_sha1
'b75a647a9ebda70e7a3b33583efdd550e0eac094'
# arm compiler doesn't recognize -m32 option, so I made binary for the ease of use
binary_url
({
armv7l:
"https://dl.dropboxusercontent.com/s/8tcvv9s16mmtdgs/libsigsegv-2.10-chromeos-armv7l.tar.xz"
,
})
binary_sha1
({
armv7l:
"004a4c6500946c7585c6ef782c912e36a056d8df"
,
})
def
self
.
build
system
"./configure --libdir=/usr/local/lib
#{
SHORTARCH
}
/ CC=
\"
gcc -m
#{
SHORTARCH
}
\"
CFLAGS=
\"
-fPIC
\"
"
system
"make"
...
...
packages/ncurses.rb
View file @
ed59755a
...
...
@@ -5,14 +5,6 @@ class Ncurses < Package
source_url
'ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz'
source_sha1
'3e042e5f2c7223bffdaac9646a533b8c758b65b5'
# arm has 5.9 ncurses library in system, so leave it as is
binary_url
({
armv7l:
"https://dl.dropboxusercontent.com/s/kut6emhlda9pbc9/dummy-1.0.0-chromeos-armv7l.tar.gz"
,
})
binary_sha1
({
armv7l:
"049db60338a74d798e72afabe05097f3a4c4f7cd"
,
})
depends_on
"diffutils"
def
self
.
build
...
...
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