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
Xiaowu Zhang
slapos
Commits
d4c28308
Commit
d4c28308
authored
Jun 14, 2018
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more shared build
parent
63c77273
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
15 additions
and
1 deletion
+15
-1
component/6tunnel/buildout.cfg
component/6tunnel/buildout.cfg
+1
-0
component/aspell/buildout.cfg
component/aspell/buildout.cfg
+2
-0
component/bash/buildout.cfg
component/bash/buildout.cfg
+1
-0
component/coreutils/buildout.cfg
component/coreutils/buildout.cfg
+1
-0
component/grep/buildout.cfg
component/grep/buildout.cfg
+1
-0
component/leptonica/buildout.cfg
component/leptonica/buildout.cfg
+1
-0
component/poppler/buildout.cfg
component/poppler/buildout.cfg
+1
-0
component/postfix/buildout.cfg
component/postfix/buildout.cfg
+2
-1
component/sed/buildout.cfg
component/sed/buildout.cfg
+1
-0
component/tesseract/buildout.cfg
component/tesseract/buildout.cfg
+1
-0
component/w3m/buildout.cfg
component/w3m/buildout.cfg
+1
-0
component/wget/buildout.cfg
component/wget/buildout.cfg
+1
-0
component/zabbix/buildout.cfg
component/zabbix/buildout.cfg
+1
-0
No files found.
component/6tunnel/buildout.cfg
View file @
d4c28308
...
...
@@ -9,6 +9,7 @@ extends =
[6tunnel]
recipe = slapos.recipe.cmmi
shared = true
url = http://toxygen.net/6tunnel/6tunnel-0.11rc2.tar.gz
md5sum = 74e02d4f0704b3083a01feda66033449
pre-configure =
...
...
component/aspell/buildout.cfg
View file @
d4c28308
...
...
@@ -10,10 +10,12 @@ extends =
[aspell-dictionary-common]
recipe = slapos.recipe.cmmi
shared = true
configure-command = ./configure --vars ASPELL=${aspell:location}/bin/aspell PREZIP=${aspell:location}/bin/prezip-bin
[aspell]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
md5sum = e66a9c9af6a60dc46134fdacf6ce97d7
patch-options = -p1
...
...
component/bash/buildout.cfg
View file @
d4c28308
...
...
@@ -8,6 +8,7 @@ extends =
[bash]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
md5sum = 81348932d5da294953e15d4814c74dd1
patches =
...
...
component/coreutils/buildout.cfg
View file @
d4c28308
...
...
@@ -8,6 +8,7 @@ parts =
[coreutils]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/coreutils/coreutils-8.23.tar.xz
md5sum = abed135279f87ad6762ce57ff6d89c41
environment =
...
...
component/grep/buildout.cfg
View file @
d4c28308
...
...
@@ -8,6 +8,7 @@ parts =
[grep]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/grep/grep-2.25.tar.xz
md5sum = 04e96b0e6f0fe6a180ae62c88fcd0af6
environment =
...
...
component/leptonica/buildout.cfg
View file @
d4c28308
...
...
@@ -11,6 +11,7 @@ extends =
[leptonica]
recipe = slapos.recipe.cmmi
shared = true
url = http://leptonica.googlecode.com/files/leptonica-1.68.tar.gz
md5sum = 5cd7092f9ff2ca7e3f3e73bfcd556403
configure-options =
...
...
component/poppler/buildout.cfg
View file @
d4c28308
...
...
@@ -13,6 +13,7 @@ extends =
[poppler]
recipe = slapos.recipe.cmmi
shared = true
url = http://poppler.freedesktop.org/poppler-0.43.0.tar.xz
md5sum = 1d2b001663119855cdfbc0713dbfb9c6
configure-options =
...
...
component/postfix/buildout.cfg
View file @
d4c28308
...
...
@@ -11,9 +11,10 @@ extends =
[postfix]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.11.6.tar.gz
md5sum = c3277d05b78eaaf5955406bc7b6d2b9f
location =
${buildout:parts-directory}/${:_buildout_section_name_}
location =
@@LOCATION@@
patch-options = -p1
patches =
${:_profile_base_location_}/noroot.patch#738bcc97b8044c45b58708bdf3a84b8e
...
...
component/sed/buildout.cfg
View file @
d4c28308
...
...
@@ -4,6 +4,7 @@ parts =
[sed]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz
md5sum = f0fd4d7da574d4707e442285fd2d3b86
environment =
...
...
component/tesseract/buildout.cfg
View file @
d4c28308
...
...
@@ -14,6 +14,7 @@ parts =
[tesseract]
recipe = slapos.recipe.cmmi
shared = true
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz
md5sum = 1ba496e51a42358fb9d3ffe781b2d20a
patch-options =
...
...
component/w3m/buildout.cfg
View file @
d4c28308
...
...
@@ -14,6 +14,7 @@ parts =
[w3m]
recipe = slapos.recipe.cmmi
shared = true
md5sum = 1b845a983a50b8dec0169ac48479eacc
url = http://downloads.sourceforge.net/project/w3m/w3m/w3m-0.5.3/w3m-0.5.3.tar.gz
configure-options =
...
...
component/wget/buildout.cfg
View file @
d4c28308
...
...
@@ -13,6 +13,7 @@ parts =
[wget]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.lz
md5sum = 4ee511011a15f4207bea8b2993c343ee
configure-options =
...
...
component/zabbix/buildout.cfg
View file @
d4c28308
...
...
@@ -4,6 +4,7 @@ parts =
[zabbix-agent]
recipe = slapos.recipe.cmmi
shared = true
url = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.10/zabbix-2.0.10.tar.gz
md5sum = 49297c0ac61858fd75ab9ea18ca6cdbb
configure-options =
...
...
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