[arch-commits] Commit in lxcfs/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Feb 25 14:07:54 UTC 2015
Date: Wednesday, February 25, 2015 @ 15:07:54
Author: spupykin
Revision: 128224
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxcfs/repos/community-i686/
lxcfs/repos/community-i686/PKGBUILD
(from rev 128223, lxcfs/trunk/PKGBUILD)
lxcfs/repos/community-x86_64/
lxcfs/repos/community-x86_64/PKGBUILD
(from rev 128223, lxcfs/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: lxcfs/repos/community-i686/PKGBUILD (from rev 128223, lxcfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-25 14:07:54 UTC (rev 128224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Brauner <christianvanbrauner at gmail.com>
+
+pkgname=lxcfs
+pkgver=0.6
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz")
+md5sums=('3fc560decfa3426b3cce0dff729d17b7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 128223, lxcfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-25 14:07:54 UTC (rev 128224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Brauner <christianvanbrauner at gmail.com>
+
+pkgname=lxcfs
+pkgver=0.6
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz")
+md5sums=('3fc560decfa3426b3cce0dff729d17b7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list