summaryrefslogtreecommitdiffstats
path: root/libtirpc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libtirpc/Pkgfile')
-rwxr-xr-xlibtirpc/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile
new file mode 100755
index 000000000..ad4eacaa0
--- /dev/null
+++ b/libtirpc/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie pour le transport Independant RPC
+# URL: http://people.freebsd.org/~kientzle/libarchive
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libtirpc
+version=0.2.1
+release=1
+source=( http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/libtirpc-0.2.0-no-gss.patch)
+
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+chown -R root:root $PKG
+}