Annotation of Amaya/amaya.info, revision 1.2

1.1       gully       1: Package:       amaya
                      2: Version:       8.4
1.2     ! gully       3: Revision:      24
1.1       gully       4: Maintainer:    Stephane GULLY <stephane.gully@inrialpes.fr>
                      5: Depends:       glib-shlibs, imlib-shlibs (>= 1.9.14-2), gtk+-shlibs, gettext, libjpeg-shlibs, libpng3-shlibs
                      6: BuildDepends:   glib, gtk+, imlib (>= 1.9.14-2), libjpeg, libpng3, gettext-bin, gettext-dev
                      7: Conflicts:     amaya-gtk
                      8: Replaces:      amaya-gtk
                      9: Source:                mirror:custom:amaya-src-%v.tgz
                     10: CustomMirror: <<
                     11:        Primary:  http://www.w3.org/Amaya/Distribution
                     12:        ftp-US:   ftp://ftp.w3.org/pub/amaya
                     13: <<
                     14: SourceDirectory: Amaya
                     15: CompileScript: <<
                     16:        mkdir Darwin
1.2     ! gully      17:        cd 'Darwin' && LDFLAGS='-Wl,-search_paths_first' && ../configure --with-gtk --with-dav --prefix=%p/share --bindir=%p/bin && make
1.1       gully      18: <<
                     19: InstallScript: <<
                     20:        cd 'Darwin' && make install prefix=%i/share bindir=%i/bin
                     21:        cd %i/bin && ln -sf ../share/Amaya/applis/bin/amaya amaya
                     22: <<
                     23: DocFiles:      README README.amaya amaya/COPYRIGHT
                     24: Description:   W3C's Editor/Browser
                     25: DescDetail: <<
                     26:        Amaya is a complete web browsing and authoring 
                     27:        environment and comes equipped with a "WYSIWYG style" 
                     28:        of interface, similar to that of the most popular commercial 
                     29:        browsers. With such an interface, users can easily generate
                     30:        HTML and XHTML pages, as well as CSS style sheets, MathML
                     31:        expressions, and SVG drawings (full support of SVG is not yet
                     32:        available, though).
                     33:        Amaya includes a collaborative annotation application based
                     34:        on Resource Description Framework (RDF), XLink, and
                     35:        XPointer.
                     36: <<
                     37: DescPackaging: <<
                     38:        Slight hack to make Amaya install in /sw/share/Amaya with
                     39:        link from /sw/bin/amaya to amaya executable. (Default would
                     40:        have /sw/Amaya, which isn't pretty).
                     41: <<
                     42: License:       OSI-Approved
                     43: Homepage:      http://www.w3.org/Amaya/
                     44: Source-MD5:    cb624c3d29f636c13f5d3704aaf9f6b9

Webmaster