added package x2x
authorhackbard <hackbard>
Thu, 5 Jan 2006 20:41:42 +0000 (20:41 +0000)
committerhackbard <hackbard>
Thu, 5 Jan 2006 20:41:42 +0000 (20:41 +0000)
doc/CHANGELOG
packages/x11/x2x/x2x [new file with mode: 0644]

index fb33cb5..b17b88b 100644 (file)
@@ -1,3 +1,7 @@
+*) 2006-01-05
+
+- added x2x package
+
 *) 2006-01-03
 
 - added /var/lib/create for createdb to work to 00-dirtree
diff --git a/packages/x11/x2x/x2x b/packages/x11/x2x/x2x
new file mode 100644 (file)
index 0000000..23cda4f
--- /dev/null
@@ -0,0 +1,14 @@
+# hdw - linux x2x package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.30-beta
+# [S] 3-4
+# [D] x2x-1.30-beta.tar.gz http://x2x.dottedmag.net/releases/
+
+build_main()   {
+       xmkmf &&
+       make &&
+       make install &&
+       make install.man
+               }