[arch-commits] Commit in mkinitcpio-nfs-utils/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Thu Feb 11 18:22:59 UTC 2010


    Date: Thursday, February 11, 2010 @ 13:22:59
  Author: thomas
Revision: 68214

Initial revision of mkinitcpio-nfs-utils

Added:
  mkinitcpio-nfs-utils/trunk/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2010-02-11 18:22:59 UTC (rev 68214)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.1
+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=('76b7fc337eb18cf8683b4e7d0faf4932c4f53b5b09fb16398708a0e3bfb54eff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make || return 1
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: mkinitcpio-nfs-utils/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list