diff --git a/tcsh-6.18.01-0.bee b/tcsh.be0 similarity index 89% rename from tcsh-6.18.01-0.bee rename to tcsh.be0 index 9624f328a..369d9ca71 100755 --- a/tcsh-6.18.01-0.bee +++ b/tcsh.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION tcsh-6.19.00-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-${PKGVERSION}.tar.gz" +SRCURL[0]="http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/tcsh-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -52,16 +54,18 @@ SRCURL[0]="ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-${PKGVERSION}.tar.gz" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install + ( cd "${D}"/"${BEE_BINDIR}"; ln -sv tcsh csh ) + ( cd "${D}"/"${MANDIR}/man1"; ln -sv tcsh.1 csh.1 ) +} ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################