summaryrefslogtreecommitdiffstats
path: root/portmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:38:48 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:38:48 +0200
commitcf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0 (patch)
tree4e1d748103258fd18e129ddc02caf82b8d268697 /portmap/Pkgfile
parente932c18322cd2c1178fc40921970ea4a67421491 (diff)
downloadnutyx-pakxe-cf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0.tar.gz
nutyx-pakxe-cf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0.tar.bz2
nutyx-pakxe-cf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0.tar.xz
nutyx-pakxe-cf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0.zip
nfs dans base
Diffstat (limited to 'portmap/Pkgfile')
-rw-r--r--portmap/Pkgfile32
1 files changed, 32 insertions, 0 deletions
diff --git a/portmap/Pkgfile b/portmap/Pkgfile
new file mode 100644
index 000000000..ad9266b9f
--- /dev/null
+++ b/portmap/Pkgfile
@@ -0,0 +1,32 @@
+# Description: used to forward RPC requests to RPC daemons
+# URL: http://neil.brown.name/portmap/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: tcp_wrappers
+# Run on: tcp_wrappers
+
+name=portmap
+version=6.0
+release=3
+source=( http://neil.brown.name/$name/$name-$version.tgz\
+ http://nutyx.meticul.eu/files/patchs/$name/portmap-nutyx-01.patch)
+
+
+build() {
+source /etc/blfs-bootscripts
+#wget
+http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+wget
+http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
+tar xvf $scripts-$scriptsversion.tar.bz2
+
+cd ${name}_$version
+install -d $PKG/{sbin,usr/{sbin,share/man/man8}}
+make
+make BASEDIR=$PKG install
+cd ../$scripts-$scriptsversion
+patch -Np1 -i ../portmap-nutyx-01.patch
+make DESTDIR=$PKG install-portmap
+make DESTDIR=$PKG install-netfs
+mkdir -p $PKG/etc/rc.d/init.d
+}