File: lsmgen.sh

package info (click to toggle)
sng 1.0.2-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 572 kB
  • ctags: 315
  • sloc: sh: 3,466; ansic: 2,806; xml: 282; makefile: 82
file content (21 lines) | stat: -rwxr-xr-x 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

version=`sed -n -e "/AM_INIT_AUTOMAKE(sng, \(.*\))/s//\\1/p" <configure.in`
date=`date "+%d%b%Y"`

cat >sng.lsm <<EOF
Begin3
Title:		sng
Version:	$version
Entered-date:	$date
Description:	This program converts between PNG and SNG, a representation of
		PNG chuink data specifically designed to be editable with
		normal text tools.
Keywords:	SNG, PNG, converter, graphics
Maintainer:	esr@snark.thyrsus.com (Eric S. Raymond)
Primary-site:	http://www.tuxedo.org/~esr/
		19K sng-$version.tar.gz
Platforms:	All
Copying-policy:	libpng/zlib
End
EOF