summaryrefslogtreecommitdiffstats
path: root/extra/cvs/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:34:12 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:34:12 +0200
commit257f447c6af8031cca76c297a51385cb46bcc933 (patch)
tree32cb582f975f4116dcaa7b5ea5d7c6e07fee41fe /extra/cvs/Pkgfile
parent3c3e25e6dd9363ea2815adb2e608fdd1a5e8b9f8 (diff)
downloadnutyx-extra-257f447c6af8031cca76c297a51385cb46bcc933.tar.gz
nutyx-extra-257f447c6af8031cca76c297a51385cb46bcc933.tar.bz2
nutyx-extra-257f447c6af8031cca76c297a51385cb46bcc933.tar.xz
nutyx-extra-257f447c6af8031cca76c297a51385cb46bcc933.zip
cvs, supprimé
Diffstat (limited to 'extra/cvs/Pkgfile')
-rw-r--r--extra/cvs/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/cvs/Pkgfile b/extra/cvs/Pkgfile
deleted file mode 100644
index 3e68fd2d7..000000000
--- a/extra/cvs/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: client de système de contrôle de version
-# URL: http://savannah.nongnu.org/projects/cvs/
-# Maintainer: NuTyX Core Team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=cvs
-version=1.11.23
-release=3
-
-source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2
- cvs-1.11.23-getline.patch
- cvs-1.11.23-cve.patch)
-
-build() {
- cd $name-$version
- unset EDITOR VISUAL
- patch -Np1 -i ../cvs-1.11.23-getline.patch
- patch -Np1 -i ../cvs-1.11.23-cve.patch
-
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/info/dir
-}