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
3a1cabd6
Commit
3a1cabd6
authored
Apr 06, 2018
by
lovedheart
Committed by
Ed Reel
Apr 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gawk to buildessential (#2210)
parent
1f3a28e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
packages/buildessential.rb
packages/buildessential.rb
+7
-6
No files found.
packages/buildessential.rb
View file @
3a1cabd6
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Buildessential
<
Package
description
'A collection of tools essential to compile and build software.'
homepage
''
version
'1.0-
2
'
version
'1.0-
3
'
is_fake
...
...
@@ -13,18 +13,19 @@ class Buildessential < Package
depends_on
'pkgconfig'
# typically required library to compile source code using "./autogen.sh"
depends_on
'automake'
depends_on
'libtool'
depends_on
'intltool'
depends_on
'automake'
depends_on
'libtool'
depends_on
'intltool'
depends_on
'patch'
depends_on
'diffutils'
depends_on
'bison'
depends_on
'flex'
depends_on
'util_macros'
depends_on
'util_macros'
depends_on
'gettext'
depends_on
'wget'
# in some case, some patches might be required and can be downloaded using wget
depends_on
'unzip'
depends_on
'zip'
depends_on
'gawk'
# cmake
depends_on
'cmake'
...
...
@@ -32,7 +33,7 @@ class Buildessential < Package
# xorg protocols headers
#depends_on 'xorg_proto'
# maybe meson build system ?
# maybe meson build system ?
# depends_on 'meson' ## With python binary fixed, this chould be included here.
# perl module 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