[Lunar-commits] <moonbase> vconfig: version 1.9 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sat Feb 21 18:00:18 CET 2009


commit 5d876967442d81920033193a2d58469d4520ee8f
Author: Linus Swälas <lunar at linus.swalas.org>
Date:   Sat Feb 21 18:00:18 2009 +0100

    vconfig: version 1.9 added to moonbase
    
    Added to moonbase.
    
    Note: downloaded, compiled and installed OK
          (is the gather_docs step needed in BUILD?)
          but unable to test as I don't have a VLAN - engelsman
---
 zbeta/vconfig/BUILD   |    8 ++++++++
 zbeta/vconfig/DETAILS |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/zbeta/vconfig/BUILD b/zbeta/vconfig/BUILD
new file mode 100644
index 0000000..7881262
--- /dev/null
+++ b/zbeta/vconfig/BUILD
@@ -0,0 +1,8 @@
+(
+        rm vconfig vconfig.o &&
+        make vconfig &&
+        prepare_install  &&
+        install -m 500 vconfig /usr/sbin/ &&
+        gather_docs README CHANGELOG
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/vconfig/DETAILS b/zbeta/vconfig/DETAILS
new file mode 100644
index 0000000..397cdb0
--- /dev/null
+++ b/zbeta/vconfig/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=vconfig
+         VERSION=1.9
+          SOURCE=vlan.$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/vlan/
+      SOURCE_URL=http://www.candelatech.com/~greear/vlan/
+      SOURCE_VFY=sha1:66c5a41362fa13160aa52e4e2049ac3d64b9a1ff
+        WEB_SITE=http://www.candelatech.com/~greear/vlan.html
+         ENTERED=20090116
+         UPDATED=20090116
+           SHORT="Linux VLAN (802.1q) configuration tool."
+
+cat << EOF
+vconfig is used to set up VLAN:s (802.1q) on Linux.
+EOF


More information about the Lunar-commits mailing list