[arch-commits] Commit in mkinitcpio-nfs-utils/repos (3 files)
Pierre Schmitz
pierre at archlinux.org
Mon Sep 19 12:04:52 UTC 2011
Date: Monday, September 19, 2011 @ 08:04:52
Author: pierre
Revision: 138223
db-move: moved mkinitcpio-nfs-utils from [testing] to [core] (i686)
Added:
mkinitcpio-nfs-utils/repos/core-i686/PKGBUILD
(from rev 138222, mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD)
Deleted:
mkinitcpio-nfs-utils/repos/core-i686/PKGBUILD
mkinitcpio-nfs-utils/repos/testing-i686/
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2011-09-19 09:47:58 UTC (rev 138222)
+++ core-i686/PKGBUILD 2011-09-19 12:04:52 UTC (rev 138223)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=mkinitcpio-nfs-utils
-pkgver=0.2
-pkgrel=1
-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 || return 1
-}
-
-package() {
- cd "$srcdir/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mkinitcpio-nfs-utils/repos/core-i686/PKGBUILD (from rev 138222, mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2011-09-19 12:04:52 UTC (rev 138223)
@@ -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