]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - linux-atm/linux-atm.nm
checkpolicy: Update to 2.1.8.
[people/arne_f/ipfire-3.x.git] / linux-atm / linux-atm.nm
CommitLineData
58284718 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
58284718
MT
4###############################################################################
5
802ea3af
MT
6name = linux-atm
7version = 2.4.1
8release = 1
58284718 9
802ea3af
MT
10groups = System/Daemons
11url = http://linux-atm.sourceforge.net/
12license = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT
13summary = Tools to support ATM networking under Linux.
58284718 14
802ea3af 15description
58284718
MT
16 This package contains header files and libraries for development \
17 using theLinux ATM API.
802ea3af
MT
18end
19
20source_dl =
21
22build
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
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end