]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - linux-atm/linux-atm.nm
kernel: Change ASPM policy to default
[ipfire-3.x.git] / linux-atm / linux-atm.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = linux-atm
7version = 2.5.1
8release = 2
9
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.
14
15description
16 This package contains header files and libraries for development \
17 using theLinux ATM API.
18end
19
20sources = %{thisapp}.tgz
21source_dl = http://downloads.sf.net/%{name}/
22
23build
24 requires
25 bison
26 flex
27 flex-devel
28 kernel-headers
29 perl
30 end
31
32 prepare_cmds
33 sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
34 end
35
36 PARALLELISMFLAGS =
37end
38
39packages
40 package %{name}
41
42 package %{name}-libs
43 template LIBS
44 end
45
46 package %{name}-devel
47 template DEVEL
48
49 requires += %{name}-libs = %{thisver}
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55end