wok-current diff lxc/receipt @ rev 23487
updated python-gammu (2.7 -> 2.12)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 17:20:51 2020 +0100 (2020-04-05) |
parents | 4175a35819c8 |
children | 34e801e0eb52 |
line diff
1.1 --- a/lxc/receipt Mon Apr 22 15:49:05 2019 +0100 1.2 +++ b/lxc/receipt Sun Apr 05 17:20:51 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxc" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.2.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Userspace control package for Linux Containers." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -11,8 +11,8 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://linuxcontainers.org/downloads/$PACKAGE/$TARBALL" 1.15 1.16 -DEPENDS="bridge-utils gnutls iptables libcap linux-bridge linux-netfilter \ 1.17 - perl util-linux-getopt" 1.18 +DEPENDS="bridge-utils gcc83-lib-base gnutls iptables libcap linux-bridge 1.19 + linux-netfilter perl util-linux-getopt" 1.20 BUILD_DEPENDS="gcc83 gnutls-dev libcap-dev util-linux-getopt" 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -41,15 +41,15 @@ 1.24 cp -a $install/usr/bin $fs/usr 1.25 cp -a $install/usr/lib $fs/usr 1.26 1.27 - rm -rf $fs/usr/lib/pkgconfig 1.28 + rm -rf $fs/usr/lib/pkgconfig 1.29 1.30 cp -a $install/etc $fs 1.31 cp -a $install/var $fs 1.32 1.33 - sed -i -e 's/^is_set(/zgrep() { zcat | grep "$@"; }\n\n&/' \ 1.34 + sed -i -e 's/^is_set(/zgrep() { zcat | grep "$@"; }\n\n&/' \ 1.35 -e 's/\(.*\$GREP .*\)\(\$CONFIG.*\)/\1< \2/' \ 1.36 $fs/usr/bin/lxc-checkconfig 1.37 - chmod +x $fs/usr/bin/lxc-* 1.38 + chmod +x $fs/usr/bin/lxc-* 1.39 } 1.40 1.41 post_install()