File: autoproject.lsm.in

package info (click to toggle)
autoproject 0.20-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • sloc: sh: 2,949; ansic: 1,677; cpp: 199; makefile: 56
file content (24 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Begin3
Title:		autoproject
Version:	@VERSION@
Entered-date:	@ISODATE@
Description:	create a skeleton source package for a new program
                autoproject autoproject interviews the user, then
                creates a source package for a new program, following
                the GNU programming standards.  The new package uses
                autoconf to configure itself, and automake to create
                the Makefile.  `make distcheck' succeeds.  Optionally,
                the new package will use argp (from glibc) or a
                command line parser generator (autogen or clig).
Keywords:	skeleton parser autoconf automake argp
Author: 	jrvz@comcast.net (James R. Van Zandt)
Maintained-by:	jrvz@comcast.net (James R. Van Zandt)
Primary-site:	http://jrv.oddones.org
		96k autoproject-@VERSION@.tar.gz
Alternate-site: metalab.unc.edu /pub/linux/devel
		96k autoproject-@VERSION@.tar.gz
		954  autoproject.lsm
Original-site:  
Platforms:      
Copying-policy:	GPL
End