Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Jean-Paul Smets
slapos
Commits
6fa69f5d
Commit
6fa69f5d
authored
Feb 23, 2012
by
Tatuya Kamada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wget component so that web-checker-utility will use it.
parent
e16ad990
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
component/wget/buildout.cfg
component/wget/buildout.cfg
+25
-0
stack/erp5.cfg
stack/erp5.cfg
+2
-0
No files found.
component/wget/buildout.cfg
0 → 100644
View file @
6fa69f5d
[buildout]
extends =
../openssl/buildout.cfg
../pkgconfig/buildout.cfg
../zlib/buildout.cfg
parts =
wget
[wget]
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/wget/wget-1.13.tar.gz
md5sum = d3698837e6a9567ca9be10f115989940
configure-options =
--enable-ipv6
--enable-opie
--disable-iri
--with-ssl=openssl
--with-libssl-prefix=${openssl:location}
--with-zlib-lib=${zlib:location}
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib
CPPFLAGS=-I${zlib:location}/include -I${openssl:location}/include
stack/erp5.cfg
View file @
6fa69f5d
...
@@ -74,6 +74,7 @@ extends =
...
@@ -74,6 +74,7 @@ extends =
../component/coreutils/buildout.cfg
../component/coreutils/buildout.cfg
../component/grep/buildout.cfg
../component/grep/buildout.cfg
../component/dash/buildout.cfg
../component/dash/buildout.cfg
../component/wget/buildout.cfg
versions = versions
versions = versions
...
@@ -111,6 +112,7 @@ parts =
...
@@ -111,6 +112,7 @@ parts =
pdftk
pdftk
dcron
dcron
dash
dash
wget
# Buildoutish
# Buildoutish
eggs
eggs
...
...
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