summaryrefslogtreecommitdiffstats
path: root/extra/portmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/portmap/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/portmap/Pkgfile')
-rwxr-xr-xextra/portmap/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/portmap/Pkgfile b/extra/portmap/Pkgfile
deleted file mode 100755
index eaa6f3a2b..000000000
--- a/extra/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
-}