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