]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - linux-atm/linux-atm.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / linux-atm / linux-atm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = linux-atm
7 version = 2.4.1
8 release = 1
9
10 groups = System/Daemons
11 url = http://linux-atm.sourceforge.net/
12 license = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT
13 summary = Tools to support ATM networking under Linux.
14
15 description
16 This package contains header files and libraries for development \
17 using theLinux ATM API.
18 end
19
20 source_dl =
21
22 build
23 requires
24 flex
25 flex-devel
26 kernel-headers
27 perl
28 end
29
30 configure_options += \
31 --sysconfdir=/etc \
32 --mandir=/usr/share/man
33
34 prepare_cmds
35 sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
36 end
37
38 # Fails
39 #def test
40 # make check
41 #end
42 end
43
44 packages
45 package %{name}
46 end
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end