summaryrefslogtreecommitdiff
path: root/community/lxc
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-13 15:20:32 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-13 15:20:32 +0100
commitc0a02f08d66969b92325d421354f4def5c23f84c (patch)
tree1f97a2b8ea84967f808112b173ab1e7a494b0a26 /community/lxc
parentd830c3b1d23d90c928c68bf821049db3abf897b8 (diff)
parenta29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/gvfs/PKGBUILD libre/libretools/libretools.install
Diffstat (limited to 'community/lxc')
-rw-r--r--community/lxc/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD
index acb86e5ae..72431d0c5 100644
--- a/community/lxc/PKGBUILD
+++ b/community/lxc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74427 2012-07-28 09:35:36Z spupykin $
+# $Id: PKGBUILD 79773 2012-11-12 09:05:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
# Contributor: Jonathan Liu <net147@gmail.com>
# Maintainer: Jon Nordby <jononor@gmail.com>
pkgname=lxc
-pkgver=0.8.0_rc2
+pkgver=0.8.0
pkgrel=1
pkgdesc="Linux Containers"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,16 +13,16 @@ url="http://lxc.sourceforge.net/"
depends=('bash' 'perl')
license=('LGPL')
source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz")
-md5sums=('9bd6988542fd7dd198d056ef3a2db9f6')
+md5sums=('7304fa57146ce687f749b5df876bb20d')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
-
./configure \
--prefix=/usr \
--localstatedir=/var \
--libexecdir=/usr/bin \
--sysconfdir=/etc \
+ --disable-apparmor \
--disable-doc
make
}