summaryrefslogtreecommitdiffstats
path: root/libgssglue/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgssglue/Pkgfile')
-rw-r--r--libgssglue/Pkgfile14
1 files changed, 6 insertions, 8 deletions
diff --git a/libgssglue/Pkgfile b/libgssglue/Pkgfile
index 2efeebdd2..2221ba577 100644
--- a/libgssglue/Pkgfile
+++ b/libgssglue/Pkgfile
@@ -4,16 +4,14 @@
# Packager: tnut at nutyx dot com
name=libgssglue
-version=0.1
+version=0.4
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
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
}
-