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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 13 08:51:41 UTC 2014


    Date: Sunday, July 13, 2014 @ 10:51:41
  Author: fyan
Revision: 115644

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

Added:
  zramctl/repos/community-i686/
  zramctl/repos/community-i686/PKGBUILD
    (from rev 115643, zramctl/trunk/PKGBUILD)
  zramctl/repos/community-x86_64/
  zramctl/repos/community-x86_64/PKGBUILD
    (from rev 115643, zramctl/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: zramctl/repos/community-i686/PKGBUILD (from rev 115643, zramctl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-13 08:51:41 UTC (rev 115644)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 113760 2014-06-29 16:15:23Z fyan $
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=zramctl
+pkgver=0.1
+pkgrel=1
+pkgdesc="Tool to control zram devices"
+arch=('i686' 'x86_64')
+url="https://github.com/Nefelim4ag/zramctl"
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('git')
+source=("git+https://github.com/Nefelim4ag/zramctl.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd zramctl
+  ./compile.sh
+}
+
+package() {
+  install -Dm755 zramctl/zramctl "$pkgdir/usr/bin/zramctl"
+}

Copied: zramctl/repos/community-x86_64/PKGBUILD (from rev 115643, zramctl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-13 08:51:41 UTC (rev 115644)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 113760 2014-06-29 16:15:23Z fyan $
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=zramctl
+pkgver=0.1
+pkgrel=1
+pkgdesc="Tool to control zram devices"
+arch=('i686' 'x86_64')
+url="https://github.com/Nefelim4ag/zramctl"
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('git')
+source=("git+https://github.com/Nefelim4ag/zramctl.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd zramctl
+  ./compile.sh
+}
+
+package() {
+  install -Dm755 zramctl/zramctl "$pkgdir/usr/bin/zramctl"
+}




More information about the arch-commits mailing list