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
50fe6d7c
Commit
50fe6d7c
authored
Feb 12, 2021
by
satmandu
Committed by
GitHub
Feb 12, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5111 from kjperkin/kjperkin-ncurses-progs-prefix
[ncurses]: Avoid prefix on built programs (fixes #5110)
parents
a42d451f
c457a90d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
packages/ncurses.rb
packages/ncurses.rb
+13
-9
No files found.
packages/ncurses.rb
View file @
50fe6d7c
...
...
@@ -3,22 +3,22 @@ require 'package'
class
Ncurses
<
Package
description
'The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0 (SVr4), and more.'
homepage
'https://www.gnu.org/software/ncurses/'
version
'6.2-20210206'
version
'6.2-20210206
-1
'
compatibility
'all'
source_url
'https://github.com/mirror/ncurses/archive/b724cdc89cf31757ab43262ecefe5242b0edc450.zip'
source_sha256
'e5e83965329c85d8d28f9a35a71ab785fce015f42f491e7dcafbb9f36ad1eaea'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-chromeos-x86_64.tar.xz'
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-
1-
chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-
1-
chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-
1-
chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/ncurses-6.2-20210206-
1-
chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
a91b249cdad5de1d9d12497b721f6ce88c1be445e9c40c915a93046ddb21e400
'
,
armv7l:
'
a91b249cdad5de1d9d12497b721f6ce88c1be445e9c40c915a93046ddb21e400
'
,
i686:
'
2918cff85ec7730463ba5950d2039e09c1d8579238c8b0e6d9257b5bb1f7812f
'
,
x86_64:
'
1fe01aa702bdba80d34a55f9596c60e577e54d93c0334a9e109a627210537185
'
aarch64:
'
f87816a803fdbb6403ecb03ea4faec04da8c3a829a1455a2c9e0a0686818ebb6
'
,
armv7l:
'
f87816a803fdbb6403ecb03ea4faec04da8c3a829a1455a2c9e0a0686818ebb6
'
,
i686:
'
ad1fb3a7d832d4fcf4e695cd5f5f7e023581c2d0529a2bf9729acd2cd96e44cd
'
,
x86_64:
'
d81416072e4e4454b585495db8b7e0767867c851e512afd4655fa8174d244c02
'
})
def
self
.
build
...
...
@@ -28,6 +28,8 @@ class Ncurses < Package
system
"env CFLAGS='-flto=auto' CXXFLAGS='-flto=auto' \
LDFLAGS='-flto=auto' ../configure \
#{
CREW_OPTIONS
}
\
--program-prefix='' \
--program-suffix='' \
--with-shared \
--with-cxx-shared \
--without-debug \
...
...
@@ -45,6 +47,8 @@ class Ncurses < Package
system
"env CFLAGS='-flto=auto' CXXFLAGS='-flto=auto' \
LDFLAGS='-flto=auto' ../configure \
#{
CREW_OPTIONS
}
\
--program-prefix='' \
--program-suffix='' \
--with-shared \
--with-cxx-shared \
--without-debug \
...
...
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