lsmgen.sh
上传用户:sorock1981
上传日期:2007-01-06
资源大小:73k
文件大小:1k
源码类别:

图片显示

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. version=`sed -n -e "/AM_INIT_AUTOMAKE(gif2png, (.*))/s//\1/p" <configure.in`
  3. date=`date "+%d%b%Y"`
  4. cat >gif2png.lsm <<EOF
  5. Begin3
  6. Title: gif2png
  7. Version: $version
  8. Entered-date: $date
  9. Description: The gif2png utility converts GIF images to PNGs, preserving 
  10. interlacing and transparency.  A companion script, web2png,
  11. uses gif2png to convert entire web trees, properly modifying
  12. IMG SRC tags in referencing web pages.
  13. Keywords: GIF, PNG, converter, graphics
  14. Maintainer: esr@snark.thyrsus.com (Eric S. Raymond)
  15. Primary-site: locke.ccil.org /pub/esr/gif2png
  16. 7K gif2png-$version.tar.gz
  17. Platforms: All
  18. Copying-policy: libpng/zlib
  19. End
  20. EOF