create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
@@ -0,0 +1,11 @@
--- Makefile 2006-10-17 19:56:47.000000000 +0300
+++ Makefile 2006-10-17 19:58:33.000000000 +0300
@@ -162,8 +162,6 @@
install -m 755 -d $(INSTALL_LIB)
install -m 755 $(DYNAMIC) $(INSTALL_LIB)
ln -sfn $(DYNAMIC) $(INSTALL_LIB)/$(DYNAMIC_LINK)
- @echo "*** Don't forget to add $(INSTALL_LIB) to /etc/ld.so.conf, and run ldconfig as root. ***"
- @$(LDCONFIG) || echo "*** Could not run ldconfig ! ***"
# Install the static library
install-static:: $(STATIC)
@@ -0,0 +1,27 @@
--- wireless_tools.29/Makefile.makefile 2007-04-19 19:42:23.000000000 -0400
+++ wireless_tools.29/Makefile 2007-05-22 17:31:53.000000000 -0400
@@ -101,12 +101,15 @@ ifdef BUILD_WE_ESSENTIAL
WEDEF_FLAG= -DWE_ESSENTIAL=y
endif
+ifndef OPT_FLAGS
+ OPT_FLAGS=
+endif
# Other flags
CFLAGS=-Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow \
-Wpointer-arith -Wcast-qual -Winline -I.
#CFLAGS=-O2 -W -Wall -Wstrict-prototypes -I.
DEPFLAGS=-MMD
-XCFLAGS=$(CFLAGS) $(DEPFLAGS) $(WARN) $(HEADERS) $(WELIB_FLAG) $(WEDEF_FLAG)
+XCFLAGS=$(CFLAGS) $(DEPFLAGS) $(WARN) $(HEADERS) $(WELIB_FLAG) $(WEDEF_FLAG) $(OPT_FLAGS)
PICFLAG=-fPIC
# Standard compilation targets
@@ -146,6 +149,7 @@ wireless.h:
# Compilation of the dynamic library
$(DYNAMIC): $(OBJS:.o=.so)
$(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
+ ln -s $@ $(DYNAMIC_LINK)
# Compilation of the static library
$(STATIC): $(OBJS:.o=.so)
@@ -0,0 +1,34 @@
--- wireless.7.tv 2004-04-03 18:39:24.298086920 +0200
+++ wireless.7 2004-04-03 18:48:02.487310184 +0200
@@ -60,14 +60,17 @@
.br
.I /usr/share/doc/wireless\-tools/README.Debian
.\"
-.\" SuSE 8.0 part
+.\" Mandrakelinux, Redhat and SuSES part
.\"
-.SH SuSE 8.0
-SuSE 8.0 (and later) has integrated wireless configuration in their
+.SH Mandrakelinux, Redhat and SuSE
+Mandrakelinux (8.0 and later releases), Redhat (7.3 and later releases) as well as
+SuSE (8.0 and later releases) have integrated wireless configuration in their
network scripts.
.TP
.B Tool :
-.B Yast2
+.B drakconnect (Mandrakelinux)
+.br
+.B Yast2 (Suse)
.TP
.B File :
.I /etc/sysconfig/network/wireless
@@ -82,6 +85,9 @@
WIRELESS_MODE=Ad\-Hoc
.TP
.B See also :
+.\" may only be present on mandrakelinux releases:
+man ifcfg
+.br
man ifup
.br
info scpm