Alejandro Mery
16 years ago
3 changed files with 57 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
|
||||
[TIMESTAMP] 1221849396 Fri Sep 19 14:36:36 2008 |
||||
[BUILDTIME] 0 (1) |
||||
[SIZE] 0.05 MB, 10 files |
||||
|
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../unet/unet.conf |
||||
# Copyright (C) 2008 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 --- |
||||
|
||||
cleanconfopt=0 |
||||
|
||||
srctar=none |
||||
|
||||
hook_add preconf 5 'unet_extract' |
||||
unet_extract() { |
||||
mkdir "$pkg-$ver" |
||||
cd "$pkg-$ver" |
||||
|
||||
cp -avr "$confdir/src"/* . |
||||
} |
@ -0,0 +1,27 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../unet/unet.desc |
||||
[COPY] Copyright (C) 2008 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] micro network manager |
||||
|
||||
[T] A shell base very minimalistic network manager |
||||
|
||||
[A] Alejandro Mery <amery@geeks.cl> |
||||
[M] Alejandro Mery <amery@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[L] GPL |
||||
[S] Alpha |
||||
[V] 0 |
||||
[P] O -?---5---9 800.000 |
Loading…
Reference in new issue