]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - linux-atm/linux-atm.nm
glibc: Update to 2.20
[people/ms/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
802ea3af 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
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
802ea3af
MT
35end
36
37packages
38 package %{name}
cc619b74
MT
39
40 package %{name}-libs
41 template LIBS
802ea3af 42 end
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
cc619b74
MT
46
47 requires += %{name}-libs = %{thisver}
802ea3af 48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end