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

Dave Reisner dreisner at archlinux.org
Sat May 5 02:34:36 UTC 2012


    Date: Friday, May 4, 2012 @ 22:34:36
  Author: dreisner
Revision: 158596

db-move: moved mkinitcpio-nfs-utils from [testing] to [core] (i686)

Added:
  mkinitcpio-nfs-utils/repos/core-i686/PKGBUILD
    (from rev 158594, mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD)
Deleted:
  mkinitcpio-nfs-utils/repos/core-i686/PKGBUILD
  mkinitcpio-nfs-utils/repos/testing-i686/

----------+
 PKGBUILD |   44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-05-05 02:34:35 UTC (rev 158595)
+++ core-i686/PKGBUILD	2012-05-05 02:34:36 UTC (rev 158596)
@@ -1,23 +0,0 @@
-# $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/core-i686/PKGBUILD (from rev 158594, mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-05-05 02:34:36 UTC (rev 158596)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.3
+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.xz")
+sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list