added nstx package
[hdw-linux/hdw-linux.git] / packages / net / nstx / nstx
diff --git a/packages/net/nstx/nstx b/packages/net/nstx/nstx
new file mode 100644 (file)
index 0000000..a8c1cf6
--- /dev/null
@@ -0,0 +1,17 @@
+# hdw-linux nstx package
+
+# author: hackbard
+
+# [S] 3-1
+# [V] 1.1-beta6
+# [D] nstx-1.1-beta6.tgz http://nstx.dereference.de/nstx/
+
+build_main()   {
+       mkdir -p $prefix/bin
+       make $make_conf
+       rm -rf $docdir
+       install -v -d -m0755 $docdir
+       install -v -m755 nstxd $prefix/bin
+       install -v -m755 nstxcd $prefix/bin
+       install -v -m644 README $docdir
+               }