summaryrefslogtreecommitdiffstats
path: root/base/cvs/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-30 21:50:58 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-30 21:50:58 +0200
commit31ff4cce958f0f7baf7cabd8fa032bcb1a88f160 (patch)
tree50d75450247ebb7f2e1a621e42d5bfa3ae1c9956 /base/cvs/Pkgfile
parent970dc0644ffc0ebe051bfb64af612b6aade4faca (diff)
downloadnutyx-extra-31ff4cce958f0f7baf7cabd8fa032bcb1a88f160.tar.gz
nutyx-extra-31ff4cce958f0f7baf7cabd8fa032bcb1a88f160.tar.bz2
nutyx-extra-31ff4cce958f0f7baf7cabd8fa032bcb1a88f160.tar.xz
nutyx-extra-31ff4cce958f0f7baf7cabd8fa032bcb1a88f160.zip
maj cvs#1.11.23-2
Diffstat (limited to 'base/cvs/Pkgfile')
-rw-r--r--base/cvs/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/base/cvs/Pkgfile b/base/cvs/Pkgfile
index 6e2af370f..489333722 100644
--- a/base/cvs/Pkgfile
+++ b/base/cvs/Pkgfile
@@ -1,12 +1,12 @@
-# Description: client version system
+# Description: client de système de contrôle de version
# URL: http://savannah.nongnu.org/projects/cvs/
# Maintainer: NuTyX Core Team
-# Packager: Floreal Cabanettes, cabaflo at wanadoo dot fr
+# Packager: thierryn1 at hispeed dot ch
# Depends on:
name=cvs
version=1.11.23
-release=1
+release=2
source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2)
build() {
@@ -14,4 +14,5 @@ build() {
./configure --prefix=/usr
make -j3
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info/dir
}