add Added Files:
[hdw-repos/packages.git] / demian / abiword / abiword
1 # HDW Linux abiword
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A sympathic and light word processor for X based in XML.
5 # [V] 3.05
6 # [S] 4 5
7 # [D] abiword-1.0.3.tar.gz http://telia.dl.sourceforge.net/sourceforge/abiword/
8 ## [D] abiword-1.0.3.tar.gz http://unc.dl.sourceforge.net/sourceforge/abiword/
9 ## [D] abiword-1.0.3.tar.gz http://switch.dl.sourceforge.net/sourceforge/abiword/
10 ## [D] abiword-1.0.3.tar.gz http://easynews.dl.sourceforge.net/sourceforge/abiword/
11
12
13 build_main() 
14 {
15     cd abi ;
16     ./autogen.sh
17     ./configure $confopt
18     make $make_conf
19     make $install_conf install
20 }