[arch-commits] Commit in cgmanager/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Apr 24 14:03:51 UTC 2014


    Date: Thursday, April 24, 2014 @ 16:03:51
  Author: spupykin
Revision: 110119

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cgmanager/repos/community-i686/
  cgmanager/repos/community-i686/PKGBUILD
    (from rev 110118, cgmanager/trunk/PKGBUILD)
  cgmanager/repos/community-x86_64/
  cgmanager/repos/community-x86_64/PKGBUILD
    (from rev 110118, cgmanager/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: cgmanager/repos/community-i686/PKGBUILD (from rev 110118, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-24 14:03:51 UTC (rev 110119)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.23
+pkgrel=1
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://github.com/cgmanager/cgmanager"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cgmanager/cgmanager/archive/v$pkgver.tar.gz")
+md5sums=('332705388ac51a7b165e4abbf7a0d2a8')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./bootstrap.sh
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}

Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 110118, cgmanager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-24 14:03:51 UTC (rev 110119)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=cgmanager
+pkgver=0.23
+pkgrel=1
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://github.com/cgmanager/cgmanager"
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cgmanager/cgmanager/archive/v$pkgver.tar.gz")
+md5sums=('332705388ac51a7b165e4abbf7a0d2a8')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./bootstrap.sh
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list