[arch-commits] Commit in mkinitcpio-nfs-utils/repos (3 files)
Dave Reisner
dreisner at archlinux.org
Sat May 5 02:34:38 UTC 2012
Date: Friday, May 4, 2012 @ 22:34:37
Author: dreisner
Revision: 158597
db-move: moved mkinitcpio-nfs-utils from [testing] to [core] (x86_64)
Added:
mkinitcpio-nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 158594, 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 | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2012-05-05 02:34:36 UTC (rev 158596)
+++ core-x86_64/PKGBUILD 2012-05-05 02:34:37 UTC (rev 158597)
@@ -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-x86_64/PKGBUILD (from rev 158594, mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2012-05-05 02:34:37 UTC (rev 158597)
@@ -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