tcsh: update to 6.18

This commit is contained in:
Juergen Daubert 2012-01-15 16:38:34 +01:00
parent d112d9405c
commit ef17e96a62
3 changed files with 7 additions and 9 deletions

View File

@ -7,4 +7,4 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tcsh.1.gz
-r--r--r-- root/root usr/man/man1/tcsh.1.gz

View File

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

View File

@ -4,20 +4,18 @@
# Depends on: ncurses
name=tcsh
version=6.17
version=6.18
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=
./configure --prefix= --disable-nls
make
make DESTDIR=$PKG mandir=/usr/man install install.man
make DESTDIR=$PKG mandir=/usr/man install
install -d $PKG/etc
install -m 644 $SRC/csh.* $PKG/etc
chmod -R +w $PKG
}