]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - linux-atm/linux-atm.nm
glibc: Update to 2.20
[people/ms/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.5.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 sources = %{thisapp}.tgz
21 source_dl = http://downloads.sf.net/%{name}/
22
23 build
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 end
36
37 packages
38 package %{name}
39
40 package %{name}-libs
41 template LIBS
42 end
43
44 package %{name}-devel
45 template DEVEL
46
47 requires += %{name}-libs = %{thisver}
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end