]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- minor fixes in lvnet's makefile. auto/ac/kernel-net-atmelwlandriver-3_3_5_6-0_3
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 19 Jul 2004 09:17:14 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.3.

Changed files:
    atmelwlandriver.spec -> 1.14

atmelwlandriver.spec

index 5ccf879c24e4b42c4562591d61d16e7150049917..89b6be9439cf675d6f966670349ca53f0438adaa 100644 (file)
@@ -1,3 +1,4 @@
+#
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
 %bcond_without kernel          # don't build kernel modules
@@ -6,13 +7,14 @@
 %bcond_with    verbose         # verbose build (V=1)
 #
 # TODO:
-#      - X11 tools
+#              - X11 tools (xvnet is only graphical version of ncursed lvnet. do we need it?).
+#              - command line version of firmware upgrade tool.
 #
 Summary:       Linux driver for WLAN card based on AT76C5XXx
 Summary(pl):   Sterownik dla Linuxa do kart WLAN opartych na uk³adzie AT76C5XXx
 Name:          kernel-net-atmelwlandriver
 Version:       3.3.5.6
-%define                _rel    0.2
+%define                _rel    0.3
 Release:       %{_rel}@%{_kernel_ver_str}
 License:       GPL v2
 Group:         Base/Kernel
@@ -133,14 +135,10 @@ done
 %if %{with userspace}
 #        make lvnet              - compile lvnet utility
 #        make winter             - compile winter utility - ( CAUTION : MUST have wxwindows installed )
-#        make install            - install modules and programs
-
-%{__make} lvnet INC="%{_includedir}/ncurses -I../../includes"
 
-#%{?with_apps:echo "CONFIG_APPS=y" >> .config}
-#%{__make} all \
-#      KCFLAGS="$KCFLAGS" \
-#      OPT="%{rpmcflags}" \
+%{__make} lvnet \
+       INC="%{_includedir}/ncurses -I../../includes" \
+       OPT="%{rpmcflags} %{rpmldflags}"
 %endif
 
 %install
This page took 0.088143 seconds and 4 git commands to generate.