[arch-commits] Commit in mkinitcpio-nfs-utils/repos (3 files)
Pierre Schmitz
pierre at archlinux.org
Mon Sep 19 12:04:53 UTC 2011
Date: Monday, September 19, 2011 @ 08:04:53
Author: pierre
Revision: 138224
db-move: moved mkinitcpio-nfs-utils from [testing] to [core] (x86_64)
Added:
mkinitcpio-nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 138222, mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD)
Deleted:
mkinitcpio-nfs-utils/repos/core-x86_64/PKGBUILD
mkinitcpio-nfs-utils/repos/testing-x86_64/
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2011-09-19 12:04:52 UTC (rev 138223)
+++ core-x86_64/PKGBUILD 2011-09-19 12:04:53 UTC (rev 138224)
@@ -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-x86_64/PKGBUILD (from rev 138222, mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2011-09-19 12:04:53 UTC (rev 138224)
@@ -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