[arch-commits] Commit in mkinitcpio-nfs-utils/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 11:25:12 UTC 2011


    Date: Saturday, September 10, 2011 @ 07:25:12
  Author: pierre
Revision: 137669

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

Added:
  mkinitcpio-nfs-utils/repos/testing-i686/
  mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD
    (from rev 137668, mkinitcpio-nfs-utils/trunk/PKGBUILD)
  mkinitcpio-nfs-utils/repos/testing-x86_64/
  mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD
    (from rev 137668, mkinitcpio-nfs-utils/trunk/PKGBUILD)

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

Copied: mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD (from rev 137668, mkinitcpio-nfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-10 11:25:12 UTC (rev 137669)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.2
+pkgrel=2
+pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/"
+license=('GPL2')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/mkinitcpio/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3f2839f21a420cd732d34e58f84534acdb7fc29f69381dbba3f00e3424201cd3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD (from rev 137668, mkinitcpio-nfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-10 11:25:12 UTC (rev 137669)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.2
+pkgrel=2
+pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/"
+license=('GPL2')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/mkinitcpio/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3f2839f21a420cd732d34e58f84534acdb7fc29f69381dbba3f00e3424201cd3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list