Lots of rearranging. Source now found in the trunk/src folder.
[asgard.git] / README
blobeeb7bb8ee9f3011830379e0580819dec86338058
1 Short Guide for Making GNU-style Package:
2 09/03/2007
3 Written by Russ Adams
6 [only if necessary]
7  1. Change trunk/packages/gnu/asgard/configure.ac     
8  2. Change trunk/packages/gnu/asgard/Makefile.am      
9  3. Change trunk/packages/gnu/asgard/src/Makefile.am
10  4. Add any other necessary Makefile.am's
11  * at this point, be sure to add any new Makefile.am's or changes to
12    configure.ac to source control
14 [required]
15  5. cd trunk/packages/gnu
16  6. make
17  7. cd asgard
18  8. aclocal
19  9. autoheader
20 10. autoconf
21 11. automake --add-missing
23 [test-compile]
24 12. ./configure
25 13. make
27 [making a tar.gz]
28 14. make dist
30 The created package should appear in trunk/packages/gnu/asgard/asgard-version.tar.gz.