]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - automake/automake.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / automake / automake.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af
MT
6name = automake
7version = 1.11.1
8release = 1
9arch = noarch
166a6c21 10
802ea3af
MT
11groups = Development/Tools
12url = http://www.gnu.org/software/automake/
13license = GPLv2+
14summary = A GNU tool for automatically configuring source code.
166a6c21 15
802ea3af 16description
166a6c21
MT
17 Automake is a tool for automatically generating Makefile.in \
18 files compliant with the GNU Coding Standards.
802ea3af
MT
19end
20
21source_dl = http://ftp.gnu.org/gnu/automake/
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 autoconf
27 perl
28 end
29end
166a6c21 30
802ea3af
MT
31packages
32 package %{name}
33 requires = autoconf
34 end
35end