wok-current rev 15569
Up lxc (0.9.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 26 07:50:32 2013 +0000 (2013-11-26) |
parents | b4a2b167e17a |
children | f86dca6efd69 |
files | lxc/receipt |
line diff
1.1 --- a/lxc/receipt Sun Nov 24 17:37:55 2013 +0100 1.2 +++ b/lxc/receipt Tue Nov 26 07:50:32 2013 +0000 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxc" 1.7 -VERSION="0.7.4.1" 1.8 +VERSION="0.9.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Userspace control package for Linux Containers." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://lxc.sourceforge.net/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 +WEB_SITE="http://linuxcontainers.org/" 1.17 +WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.18 1.19 DEPENDS="libcap perl" 1.20 -BUILD_DEPENDS="libcap-dev" 1.21 +BUILD_DEPENDS="libcap-dev util-linux-getopt" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()