: Modified 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] 1.0.5
6 # [S] 4 5
7 # [D] abiword-1.0.5.tar.gz http://unc.dl.sourceforge.net/sourceforge/abiword/
8
9
10 build_main() 
11 {
12     cd abi ;
13     ./autogen.sh
14     ./configure $confopt
15     make $make_conf
16     make $install_conf install
17 }