]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - linux-atm/linux-atm.nm
slang: Fix build by removing a file with rpath
[people/stevee/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 = 2
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
36 PARALLELISMFLAGS =
37 end
38
39 packages
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
55 end