Browse Source

s6: Updated (0.17 -> 1.0.0)

user/chris/wip/linux37
Christian Wiese 11 years ago
parent
commit
53a05f2fcd
  1. 12
      base/s6/s6.conf
  2. 4
      base/s6/s6.desc

12
base/s6/s6.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../s6/s6.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2011 - 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -25,14 +25,14 @@ s6_conf() {
echo "$( pkgprefix -r libdir execline )" >> conf-compile/path-library
echo "$( pkgprefix -r libdir execline )" >> conf-compile/path-library.so
echo "$( pkgprefix -r includedir execline )" >> conf-compile/path-include
}
hook_add preconf 9 's6_conf'
s6_portable_utils_install() {
cp -avp command/* $root$bindir
cp -avp library/* $root$libdir
# install missing files
s6_install_missing() {
# TODO check why the following stuff is not installed
install -m 0755 command/s6-ftrigrd $root/$bindir
cp -avp include/* $root$includedir
cp -avp doc/* $root$docdir
}
hook_add postmake 9 's6_portable_utils_install'
hook_add postmake 9 's6_install_missing'

4
base/s6/s6.desc

@ -28,9 +28,9 @@
[L] ISC
[S] Stable
[V] 0.17
[V] 1.0.0
[P] X -?---5---9 108.900
[O] . $base/package/*/*/skaware-conf.in
[D] 2011124429 s6-0.17.tar.gz http://www.skarnet.org/software/s6/
[D] 2465432092 s6-1.0.0.tar.gz http://www.skarnet.org/software/s6/

Loading…
Cancel
Save