summaryrefslogtreecommitdiff
path: root/tcsh/Pkgfile
blob: b925da342b92693972bb5d2b33bfa491ea60fd1b (plain)
    1 # Description: Enhanced version of the Berkeley C shell (csh)
    2 # URL:         http://www.tcsh.org
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  ncurses
    5 
    6 name=tcsh
    7 version=6.18.01
    8 release=1
    9 source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.tar.gz \
   10         csh.login csh.logout csh.cshrc)
   11 
   12 build() {
   13     cd $name-$version
   14     
   15     ./configure --prefix= --disable-nls
   16     make
   17     make DESTDIR=$PKG mandir=/usr/man install
   18     
   19     install -d $PKG/etc
   20     install -m 644 $SRC/csh.* $PKG/etc
   21 }

Generated by cgit