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
eba0c0bc
Commit
eba0c0bc
authored
Jun 14, 2018
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more shared build
parent
76e5649b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
3 deletions
+16
-3
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
+2
-1
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
-1
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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -13,10 +13,11 @@ extends =
recipe = slapos.recipe.cmmi
url = http://www.leptonica.com/source/leptonica-1.76.0.tar.gz
md5sum = a263a5e4f7e8f8a661fb121a265d2d20
shared = true
configure-options =
--disable-static
environment =
CPPFLAGS=-I${zlib:location}/include -I${libjpeg:location}/include -I${libpng:location}/include -I${libtiff:location}/include -I${webp:location}/include -I${giflib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${libjpeg:location}/lib -Wl,-rpath=${libjpeg:location}/lib -L${libpng:location}/lib -Wl,-rpath=${libpng:location}/lib -L${libtiff:location}/lib -Wl,-rpath=${libtiff:location}/lib -L${webp:location}/lib -Wl,-rpath=${webp:location}/lib -L${giflib:location}/lib -Wl,-rpath=${giflib:location}/lib
PATH=${patch:location}/bin:%(PATH)s
\ No newline at end of file
PATH=${patch:location}/bin:%(PATH)s
component/poppler/buildout.cfg
View file @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -19,6 +19,7 @@ parts =
[tesseract]
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/tesseract-ocr/tesseract/archive/6b250b58121a9858d3e3019a78a6f7d421bd0fc7.tar.gz
md5sum = fdc38148ad8eb1bd0485a217503dd6d5
pkg_config_depends = ${leptonica:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}:${lcms2:location}/lib/pkgconfig:${xz-utils:location}/lib/pkgconfig
...
...
@@ -62,4 +63,3 @@ recipe = slapos.recipe.build:download
destination = ${tesseract-traineddata:location}/tessdata/osd.traineddata
url = https://github.com/tesseract-ocr/tessdata/raw/590567f20dc044f6948a8e2c61afc714c360ad0e/osd.traineddata
md5sum = 7611737524efd1ce2dde67eff629bbcf
component/w3m/buildout.cfg
View file @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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 @
eba0c0bc
...
...
@@ -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