summaryrefslogtreecommitdiffstats
path: root/base/libtirpc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:40:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:40:41 +0200
commit2fc1376464ccb05a4872d0b73939b9a0661044a7 (patch)
treeb7eb6daceb2d2b7b014be36c640bdac18fb4e060 /base/libtirpc/Pkgfile
parent347b646400752ae6bfa6c3104bb95018ab3aec24 (diff)
downloadnutyx-extra-2fc1376464ccb05a4872d0b73939b9a0661044a7.tar.gz
nutyx-extra-2fc1376464ccb05a4872d0b73939b9a0661044a7.tar.bz2
nutyx-extra-2fc1376464ccb05a4872d0b73939b9a0661044a7.tar.xz
nutyx-extra-2fc1376464ccb05a4872d0b73939b9a0661044a7.zip
libtirpc dans extra
Diffstat (limited to 'base/libtirpc/Pkgfile')
-rwxr-xr-xbase/libtirpc/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/libtirpc/Pkgfile b/base/libtirpc/Pkgfile
deleted file mode 100755
index ad4eacaa0..000000000
--- a/base/libtirpc/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}