summaryrefslogtreecommitdiffstats
path: root/base/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'base/cvs')
-rw-r--r--base/cvs/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/base/cvs/Pkgfile b/base/cvs/Pkgfile
new file mode 100644
index 000000000..6e2af370f
--- /dev/null
+++ b/base/cvs/Pkgfile
@@ -0,0 +1,17 @@
+# Description: client version system
+# URL: http://savannah.nongnu.org/projects/cvs/
+# Maintainer: NuTyX Core Team
+# Packager: Floreal Cabanettes, cabaflo at wanadoo dot fr
+# Depends on:
+
+name=cvs
+version=1.11.23
+release=1
+source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make -j3
+ make DESTDIR=$PKG install
+}