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
isaak yansane-sisk
slapos
Commits
ae62cd3a
Commit
ae62cd3a
authored
Mar 18, 2016
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add xzcat in PATH to handle *.xz archives.
parent
73f9574f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
component/firewalld/buildout.cfg
component/firewalld/buildout.cfg
+2
-1
component/fonts/buildout.cfg
component/fonts/buildout.cfg
+5
-0
component/gdal/buildout.cfg
component/gdal/buildout.cfg
+2
-0
component/openvpn/buildout.cfg
component/openvpn/buildout.cfg
+2
-0
No files found.
component/firewalld/buildout.cfg
View file @
ae62cd3a
...
@@ -18,6 +18,7 @@ extends =
...
@@ -18,6 +18,7 @@ extends =
../libffi/buildout.cfg
../libffi/buildout.cfg
../flex/buildout.cfg
../flex/buildout.cfg
../bison/buildout.cfg
../bison/buildout.cfg
../xz-utils/buildout.cfg
[firewalld]
[firewalld]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
...
@@ -96,7 +97,7 @@ configure-options =
...
@@ -96,7 +97,7 @@ configure-options =
--with-python=${python2.7:location}/bin/python2.7
--with-python=${python2.7:location}/bin/python2.7
environment =
environment =
PATH=${pkgconfig:location}/bin:${libtool:location}/bin:${glib:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:${libtool:location}/bin:${glib:location}/bin:
${xz-utils:location}/bin:
%(PATH)s
PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${gobject-introspection:location}/lib/pkgconfig
PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${gobject-introspection:location}/lib/pkgconfig
PYTHON=${python2.7:location}/bin/python2.7
PYTHON=${python2.7:location}/bin/python2.7
FFI_CFLAGS=-I${libffi:location}/include
FFI_CFLAGS=-I${libffi:location}/include
...
...
component/fonts/buildout.cfg
View file @
ae62cd3a
[buildout]
[buildout]
extends =
../xz-utils/buildout.cfg
parts =
parts =
liberation-fonts
liberation-fonts
ipaex-fonts
ipaex-fonts
...
@@ -43,6 +46,8 @@ md5sum = 9f2acd83291a31dbe053912f4115db75
...
@@ -43,6 +46,8 @@ md5sum = 9f2acd83291a31dbe053912f4115db75
<= fonts-base
<= fonts-base
url = ftp://ftp.free.fr/mirrors/ftp.debian.org/pool/main/f/fonts-android/fonts-android_4.3.orig.tar.xz
url = ftp://ftp.free.fr/mirrors/ftp.debian.org/pool/main/f/fonts-android/fonts-android_4.3.orig.tar.xz
md5sum = 2d41d5342eb5f61591ddeec5b80da74d
md5sum = 2d41d5342eb5f61591ddeec5b80da74d
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
# Microsoft's TrueType core fonts
# Microsoft's TrueType core fonts
# non-free so not enabled by default
# non-free so not enabled by default
...
...
component/gdal/buildout.cfg
View file @
ae62cd3a
...
@@ -10,6 +10,7 @@ extends =
...
@@ -10,6 +10,7 @@ extends =
../proj4/buildout.cfg
../proj4/buildout.cfg
../sqlite3/buildout.cfg
../sqlite3/buildout.cfg
../webp/buildout.cfg
../webp/buildout.cfg
../xz-utils/buildout.cfg
parts =
parts =
gdal-python
gdal-python
...
@@ -34,6 +35,7 @@ configure-options =
...
@@ -34,6 +35,7 @@ configure-options =
--with-wepb=${webp:location}
--with-wepb=${webp:location}
--with-xml2=${libxml2:location}/bin/xml2-config
--with-xml2=${libxml2:location}/bin/xml2-config
environment =
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
CPPFLAGS=-I${pcre:location}/include
CPPFLAGS=-I${pcre:location}/include
LDFLAGS=-L${pcre:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib -Wl,-rpath=${curl:location}/lib -Wl,-rpath=${geos:location}/lib -Wl,-rpath=${giflib:location}/lib -Wl,-rpath=${jasper:location}/lib -Wl,-rpath=${jbigkit:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${libjpeg:location}/lib -Wl,-rpath=${libpng:location}/lib -Wl,-rpath=${libtiff:location}/lib -Wl,-rpath=${libxml2:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${webp:location}/lib -Wl,-rpath=${zlib:location}/lib
LDFLAGS=-L${pcre:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib -Wl,-rpath=${curl:location}/lib -Wl,-rpath=${geos:location}/lib -Wl,-rpath=${giflib:location}/lib -Wl,-rpath=${jasper:location}/lib -Wl,-rpath=${jbigkit:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${libjpeg:location}/lib -Wl,-rpath=${libpng:location}/lib -Wl,-rpath=${libtiff:location}/lib -Wl,-rpath=${libxml2:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${webp:location}/lib -Wl,-rpath=${zlib:location}/lib
...
...
component/openvpn/buildout.cfg
View file @
ae62cd3a
...
@@ -3,6 +3,7 @@ extends =
...
@@ -3,6 +3,7 @@ extends =
../lzo/buildout.cfg
../lzo/buildout.cfg
../openssl/buildout.cfg
../openssl/buildout.cfg
../flex/buildout.cfg
../flex/buildout.cfg
../xz-utils/buildout.cfg
parts =
parts =
openvpn
openvpn
...
@@ -15,6 +16,7 @@ configure-options =
...
@@ -15,6 +16,7 @@ configure-options =
--disable-plugin-auth-pam
--disable-plugin-auth-pam
--enable-static
--enable-static
environment =
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
LZO_LIBS=-L${lzo:location}/lib -llzo2
LZO_LIBS=-L${lzo:location}/lib -llzo2
LZO_CFLAGS=-I${lzo:location}/include
LZO_CFLAGS=-I${lzo:location}/include
OPENSSL_SSL_LIBS="-L${openssl:location}/lib -lssl"
OPENSSL_SSL_LIBS="-L${openssl:location}/lib -lssl"
...
...
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