diff options
Diffstat (limited to 'extra/cvs/Pkgfile')
-rw-r--r-- | extra/cvs/Pkgfile | 25 |
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 -} |