]> git.ipfire.org Git - ipfire-3.x.git/blame - linux-atm/linux-atm.nm
kernel: Update to 5.1
[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 6name = linux-atm
cc619b74 7version = 2.5.1
711bf40a 8release = 2
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
cc619b74
MT
20sources = %{thisapp}.tgz
21source_dl = http://downloads.sf.net/%{name}/
802ea3af
MT
22
23build
24 requires
cc619b74 25 bison
802ea3af
MT
26 flex
27 flex-devel
28 kernel-headers
29 perl
30 end
31
802ea3af
MT
32 prepare_cmds
33 sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
34 end
711bf40a
MT
35
36 PARALLELISMFLAGS =
802ea3af
MT
37end
38
39packages
40 package %{name}
cc619b74
MT
41
42 package %{name}-libs
43 template LIBS
802ea3af 44 end
1f9bc2f0 45
802ea3af
MT
46 package %{name}-devel
47 template DEVEL
cc619b74
MT
48
49 requires += %{name}-libs = %{thisver}
802ea3af 50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end