Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 342, Sun Oct 4 15:02:41 2009 UTC revision 382, Sun Oct 4 15:03:01 2009 UTC
# Line 4  Line 4 
4  # Depends on:  gdbm ncurses openssl zlib  # Depends on:  gdbm ncurses openssl zlib
5    
6  name=mutt  name=mutt
7  version=1.5.18  version=1.5.19
8  release=1  release=1
9  source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz \  source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz)
         http://jue.li/crux/files/$name-$version-manual.txt.gz)  
10    
11  build () {  build () {
12      cd $name-$version      cd $name-$version
13    
     gunzip -c $SRC/$name-$version-manual.txt.gz > doc/manual.txt  
   
14      ./configure --prefix=/usr \      ./configure --prefix=/usr \
15                  --mandir=/usr/man \                  --mandir=/usr/man \
16                  --with-docdir=/usr/share/mutt \                  --with-docdir=/usr/share/mutt \
# Line 31  build () { Line 28  build () {
28      find $PKG/usr/share/mutt/* ! -name manual.txt -delete      find $PKG/usr/share/mutt/* ! -name manual.txt -delete
29      rm $PKG/usr/etc/{Muttrc,mime.types}.dist      rm $PKG/usr/etc/{Muttrc,mime.types}.dist
30      rm $PKG/usr/bin/{flea,muttbug}      rm $PKG/usr/bin/{flea,muttbug}
31      rm $PKG/usr/man/man1/{flea.1,muttbug.1,mutt_dotlock.1}      rm $PKG/usr/man/man1/{flea.1,muttbug.1}
32      rm $PKG/usr/man/man5/{mmdf.5,mbox.5}      rm $PKG/usr/man/man5/{mmdf.5,mbox.5}
33  }  }

Legend:
Removed from v.342  
changed lines
  Added in v.382