[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Mon Jan 4 08:49:34 UTC 2010


    Date: Monday, January 4, 2010 @ 03:49:33
  Author: tpowa
Revision: 62200

new depend for nfs-utils

Added:
  libgssglue/
  libgssglue/repos/
  libgssglue/trunk/
  libgssglue/trunk/PKGBUILD

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

Added: libgssglue/trunk/PKGBUILD
===================================================================
--- libgssglue/trunk/PKGBUILD	                        (rev 0)
+++ libgssglue/trunk/PKGBUILD	2010-01-04 08:49:33 UTC (rev 62200)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libgssglue
+pkgver=0.1
+pkgrel=1
+pkgdesc="exports a gssapi interface which calls other random gssapi libraries"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig' 'autoconf')
+options=('!libtool')
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr 
+  make || return 1
+  make DESTDIR="$pkgdir/" install || return 1
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/libgssglue/COPYING
+}
+md5sums=('ce1b4c758e6de01b712d154c5c97e540')


Property changes on: libgssglue/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list