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

Tom Gundersen tomegun at archlinux.org
Wed May 2 11:03:49 UTC 2012


    Date: Wednesday, May 2, 2012 @ 07:03:49
  Author: tomegun
Revision: 158066

archrelease: copy trunk to testing-x86_64

Added:
  mkinitcpio-nfs-utils/repos/testing-x86_64/
  mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD
    (from rev 158065, mkinitcpio-nfs-utils/trunk/PKGBUILD)

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

Copied: mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD (from rev 158065, mkinitcpio-nfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-05-02 11:03:49 UTC (rev 158066)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.2
+pkgrel=3
+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
+  # move /lib/* to /usr/lib/
+  mkdir ${pkgdir}/usr
+  mv ${pkgdir}/lib ${pkgdir}/usr/
+}




More information about the arch-commits mailing list