summaryrefslogtreecommitdiffstats
path: root/devel/automake/DETAILS
blob: 07364169a6522f903a9f5809b021b82f1223f3b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
           SPELL=automake
         VERSION=1.14
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
  SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE2
      SOURCE_GPG=automake.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/automake/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="Generate make files compliant with the GNU coding standards"
cat << EOF
automake - Generates Makefile.in files
'Automake' automatically generates make files compliant with the GNU
coding standards. It was inspired by the 4.4 BSD make and include files,
but aims to be portable and to confrom to the GNU standards for Make
file variables and targets. Automake is a Perl script.
The input files are called Makefile.am; the output files are called
Makefile.in. They are intended for use with autoconf. Automake requires
certain things to be done in your configure.in.
This package also includes the "aclocal' program, which generates an
'aclocal.m4' based on the contents of 'configure.in.' It is useful as an
extensible, maintainable mechanism for augmenting autoconf.
EOF