diff options
author | tnut <tnut at nutyx dot com> | 2011-06-30 14:50:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-30 14:50:43 +0200 |
commit | f251e9e9c26be2cca8d9bb4434d22d17208c34e1 (patch) | |
tree | 0822f4d089d478b48e27514af27f186b16076bfe /base/libgssglue/Pkgfile | |
parent | 372ce7e4bd860d7a77865992ac151cbf3b73046e (diff) | |
download | nutyx-extra-f251e9e9c26be2cca8d9bb4434d22d17208c34e1.tar.gz nutyx-extra-f251e9e9c26be2cca8d9bb4434d22d17208c34e1.tar.bz2 nutyx-extra-f251e9e9c26be2cca8d9bb4434d22d17208c34e1.tar.xz nutyx-extra-f251e9e9c26be2cca8d9bb4434d22d17208c34e1.zip |
ajout libgssglue 0.1-1
Diffstat (limited to 'base/libgssglue/Pkgfile')
-rw-r--r-- | base/libgssglue/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libgssglue/Pkgfile b/base/libgssglue/Pkgfile new file mode 100644 index 000000000..53b9a5f7b --- /dev/null +++ b/base/libgssglue/Pkgfile @@ -0,0 +1,19 @@ +# Decription: Exporte une interface gssapi qui appelle d'autres librairies gssapi +# URL: http://www.citi.umich.edu/projects/nfsv4/linux/ +# Maintainer: NuTyX core team +# Packager: tnut at nutyx dot com + +name=libgssglue +version=0.1 +release=1 + +source=( http://www.citi.umich.edu/projects/nfsv4/linux/$name/$name-$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install +} + |