]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - wireless-tools/wireless-tools.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / wireless-tools / wireless-tools.nm
CommitLineData
eba973e4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
eba973e4
MT
4###############################################################################
5
802ea3af
MT
6name = wireless_tools
7version = 29
8release = 1
eba973e4 9
802ea3af
MT
10groups = Networking/Wireless
11url = http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
12license = GPL+
13summary = Wireless ethernet configuration tools.
eba973e4 14
802ea3af
MT
15description
16 This package contain the Wireless tools, used to manipulate
17 the Wireless Extensions. The Wireless Extension is an interface
18 allowing you to set Wireless LAN specific parameters and get the
eba973e4 19 specific stats for wireless networking equipment.
802ea3af
MT
20end
21
22thisapp = %{name}.%{version}
23
24source_dl = http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
25
26build
27 make_build_targets += \
28 BUILD_SHARED=1 \
29 FORCE_WEXT_VERSION=16 \
30 OPT_FLAGS="%{CFLAGS}"
31
32 make_install_targets += \
33 PREFIX=%{BUILDROOT}/usr \
34 INSTALL_DIR=%{BUILDROOT}/sbin \
35 INSTALL_LIB=%{BUILDROOT}/lib \
36 INSTALL_MAN=%{BUILDROOT}/usr/share/man
37
38 install_cmds
39 rm -vf %{BUILDROOT}/lib/libiw.{a,so}
40 mkdir -pv %{BUILDROOT}/usr/lib
41 ln -svf ../../lib/libiw.so.%{version} %{BUILDROOT}/usr/lib/libiw.so
42 end
43end
44
45packages
46 package %{name}
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52end