summaryrefslogtreecommitdiffstats
path: root/portmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:32:07 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:32:07 +0200
commit85e9d7fd285a0192b3868c034234f2d076ae3860 (patch)
treeae6cdeaa2edbe2b362bd1f438b8ebe05ecf3383b /portmap/Pkgfile
parentbf4e65bb2ff8a159cba044d6a0ef59ed028105bd (diff)
downloadnutyx-extra-85e9d7fd285a0192b3868c034234f2d076ae3860.tar.gz
nutyx-extra-85e9d7fd285a0192b3868c034234f2d076ae3860.tar.bz2
nutyx-extra-85e9d7fd285a0192b3868c034234f2d076ae3860.tar.xz
nutyx-extra-85e9d7fd285a0192b3868c034234f2d076ae3860.zip
nfs dans base
Diffstat (limited to 'portmap/Pkgfile')
-rwxr-xr-xportmap/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/portmap/Pkgfile b/portmap/Pkgfile
deleted file mode 100755
index eaa6f3a2b..000000000
--- a/portmap/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}