Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21904 10447126-35f2-4685-b0cf-6dd780d3921fearly
Nagy Karoly Gabriel
18 years ago
3 changed files with 98 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1186121852 Fri Aug 3 14:17:32 2007 |
||||||
|
[BUILDTIME] 0 (5) |
||||||
|
[SIZE] 0.26 MB, 90 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] bash |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
@ -0,0 +1,37 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../wicd/wicd.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
chownsrcdir=0 |
||||||
|
srcdir= |
||||||
|
makeopt= |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
wicd_install() { |
||||||
|
mkdir -p "$root/opt/wicd/" |
||||||
|
cp -avf opt/wicd/* $root/opt/wicd/ |
||||||
|
cp -avf usr/share/applications/hammer* $root/usr/share/applications/wicd.desktop |
||||||
|
cp -avf usr/share/pixmaps/* $root/usr/share/pixmaps |
||||||
|
if pkginstalled sysvinit; then |
||||||
|
cp -avf etc/init.d/wicd $root/etc/init.d/wicd |
||||||
|
fi |
||||||
|
if pkginstalled acpi; then |
||||||
|
cp-avf etc/acpi/resume.d/* $root/etc/acpi/resume.d/ |
||||||
|
fi |
||||||
|
if pkginstalled dbus; then |
||||||
|
cp -avf etc/dbus-1/system.d/* $root/etc/dbus-1/system.d/ |
||||||
|
fi |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
hook_add postmake 5 'wicd_install' |
@ -0,0 +1,43 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../wicd/wicd.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A network manager |
||||||
|
|
||||||
|
[T] Backwards compatible with standard *nix networking commands (iwconfig, ifconfig, etc) |
||||||
|
[T] wired networks, named network profiles, select static IP or DHCP on a per network basis |
||||||
|
[T] store different static IPs, gateways, subnet masks, DNS server addresses per network |
||||||
|
[T] Wireless networks: |
||||||
|
[T] Automatically connect at boot - no user intervention required, even for encrypted networks |
||||||
|
[T] Keeps network keys in root accesible only (600) files (unencrypted, however) |
||||||
|
[T] Automatically selects between static IP addresses and DHCP on a per network basis |
||||||
|
[T] Encryption ( WPA 1/2, WEP, LEAP, TTLS, EAP, PEAP) |
||||||
|
[T] Automatically connects at resume from suspend |
||||||
|
[T] Displays information about the network |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[U] http://wicd.sourceforge.net/ |
||||||
|
|
||||||
|
[A] Adam Blackburn <compwiz18@users.sourceforge.net> |
||||||
|
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 1.3.1 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 3098374040 wicd_1.3.1-src.tar.bz2 http://downloads.sourceforge.net/wicd/ |
||||||
|
|
Loading…
Reference in new issue