[arch-commits] Commit in cgmanager/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Jun 23 14:27:18 UTC 2015
Date: Tuesday, June 23, 2015 @ 16:27:18
Author: spupykin
Revision: 135756
archrelease: copy trunk to community-i686, community-x86_64
Added:
cgmanager/repos/community-i686/PKGBUILD
(from rev 135755, cgmanager/trunk/PKGBUILD)
cgmanager/repos/community-x86_64/PKGBUILD
(from rev 135755, cgmanager/trunk/PKGBUILD)
Deleted:
cgmanager/repos/community-i686/PKGBUILD
cgmanager/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 26 ---------------------
community-x86_64/PKGBUILD | 26 ---------------------
3 files changed, 54 insertions(+), 52 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-06-23 14:27:04 UTC (rev 135755)
+++ community-i686/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=cgmanager
-pkgver=0.37
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/"
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
-md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-# ./bootstrap.sh
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
Copied: cgmanager/repos/community-i686/PKGBUILD (from rev 135755, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.37
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
+md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+# ./bootstrap.sh
+ ./configure --prefix=/usr --sbindir=/usr/bin \
+ --with-init-script=systemd
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-06-23 14:27:04 UTC (rev 135755)
+++ community-x86_64/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=cgmanager
-pkgver=0.37
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/"
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
-md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-# ./bootstrap.sh
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 135755, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.37
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz")
+md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+# ./bootstrap.sh
+ ./configure --prefix=/usr --sbindir=/usr/bin \
+ --with-init-script=systemd
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list