Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
a6b74a34
Commit
a6b74a34
authored
Feb 22, 2013
by
Andoni Morales Alastruey
Browse files
build-tools: add GNU sed required by gettext-tools on OS X
parent
69e7b429
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/build-tools/gettext-tools.recipe
View file @
a6b74a34
...
...
@@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
stype = SourceType.TARBALL
tarball_dirname = 'gettext-%(version)s'
url = 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.2.tar.gz'
platform_deps = {Platform.DARWIN: ['libiconv']}
platform_deps = {Platform.DARWIN: ['libiconv'
, 'sed'
]}
configure_options = ' --disable-java --disable-csharp --disable-native-java --without-csv'
def prepare(self):
...
...
recipes/build-tools/gnu-sed.recipe
0 → 100644
View file @
a6b74a34
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'sed'
version = '4.2'
licenses = [License.GPLv2]
stype = SourceType.TARBALL
url = 'http://ftp.gnu.org/gnu/sed/sed-4.2.tar.gz'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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