added nstx package
authorhackbard <hackbard>
Wed, 12 Apr 2006 22:37:23 +0000 (22:37 +0000)
committerhackbard <hackbard>
Wed, 12 Apr 2006 22:37:23 +0000 (22:37 +0000)
doc/CHANGELOG
packages/net/nstx/nstx [new file with mode: 0644]

index 9db12ca..c8c8ce9 100644 (file)
@@ -1,4 +1,8 @@
-*) 2006-03-26
+*) 2006-04-13
+
+- added nstx package
+
+*) 2006-04-02
 
 - added wormux and games repos + dependencies (gnome stuff)
 
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
+               }