summaryrefslogtreecommitdiffstats
path: root/extra/cvs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cvs/Pkgfile')
-rw-r--r--extra/cvs/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/cvs/Pkgfile b/extra/cvs/Pkgfile
new file mode 100644
index 000000000..3e68fd2d7
--- /dev/null
+++ b/extra/cvs/Pkgfile
@@ -0,0 +1,25 @@
+# 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
+}