]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - autogen/autogen.nm
docbook-dtds: Also prerequires sed and coreutils for scriptlet.
[people/arne_f/ipfire-3.x.git] / autogen / autogen.nm
CommitLineData
72421a31 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
72421a31
MT
4###############################################################################
5
802ea3af 6name = autogen
ea526496 7version = 5.14
802ea3af 8release = 1
72421a31 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/autogen/
12license = GPLv3
13summary = Automated text file generator.
72421a31 14
802ea3af 15description
72421a31
MT
16 AutoGen is a tool designed to simplify the creation and maintenance of \
17 programs that contain large amounts of repetitious text. It is especially \
18 valuable in programs that have several blocks of text that must be kept \
19 synchronised.
802ea3af
MT
20end
21
ea526496 22source_dl = ftp://ftp.gnu.org/gnu/autogen/rel%{version}/
802ea3af
MT
23
24build
25 requires
26 guile-devel
ea526496 27 libtool
802ea3af
MT
28 libxml2-devel
29 end
ea526496
MT
30
31 LDFLAGS += -lguile
32
33 prepare_cmds
34 rm -vf libtool
35 cp -vf $(which libtool) libtool
36
37 # Omit unused direct shared library dependencies.
38 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' ./libtool
39 end
40
41 install_cmds
42 rm -vf %{BUILDROOT}%{datadir}/%{name}/autoopts.m4
43 rm -vf %{BUILDROOT}%{datadir}/%{name}/libopts-31.0.6.tar.gz
44 end
802ea3af 45end
72421a31 46
802ea3af
MT
47packages
48 package %{name}
ea526496
MT
49
50 package %{name}-libs
51 template LIBS
802ea3af 52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end