add Added Files:
[hdw-repos/packages.git] / demian / abiword / abiword
diff --git a/demian/abiword/abiword b/demian/abiword/abiword
new file mode 100755 (executable)
index 0000000..fdecd62
--- /dev/null
@@ -0,0 +1,20 @@
+# HDW Linux abiword
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] A sympathic and light word processor for X based in XML.
+# [V] 3.05
+# [S] 4 5
+# [D] abiword-1.0.3.tar.gz http://telia.dl.sourceforge.net/sourceforge/abiword/
+## [D] abiword-1.0.3.tar.gz http://unc.dl.sourceforge.net/sourceforge/abiword/
+## [D] abiword-1.0.3.tar.gz http://switch.dl.sourceforge.net/sourceforge/abiword/
+## [D] abiword-1.0.3.tar.gz http://easynews.dl.sourceforge.net/sourceforge/abiword/
+
+
+build_main() 
+{
+    cd abi ;
+    ./autogen.sh
+    ./configure $confopt
+    make $make_conf
+    make $install_conf install
+}