tcsh: update to 6.17

This commit is contained in:
Juergen Daubert 2009-09-11 10:49:12 +02:00
parent 15568f3e85
commit 6e0829e918
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
e722a4480a48f445df762091de3aa76e csh.cshrc
74ee67af79e23951b7c997e25edc5ab5 csh.login
057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout
55f1a41512250168ec4bf1db0e246db4 tcsh-6.16.00.tar.gz
c47de903e3d52f6824c8dd0c91eeb477 tcsh-6.17.00.tar.gz

View File

@ -4,20 +4,20 @@
# Depends on: ncurses
name=tcsh
version=6.16
version=6.17
release=1
source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \
csh.login csh.logout csh.cshrc)
build() {
cd $name-$version.00
./configure --prefix= --mandir=/usr/man
./configure --prefix=
make
make DESTDIR=$PKG install install.man
make DESTDIR=$PKG mandir=/usr/man install install.man
install -d $PKG/etc
install -m 644 $SRC/csh.* $PKG/etc
chmod -R +w $PKG
}