Annotation of Amaya/amaya.info, revision 1.4

1.1       gully       1: Package:       amaya
1.3       carcone     2: Version:       8.5
                      3: Revision:      1
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
1.3       carcone    15: NoSetLDFLAGS: true
                     16: GCC: 3.3
1.1       gully      17: CompileScript: <<
                     18:        mkdir Darwin
1.3       carcone    19:        cd 'Darwin' && ../configure --with-gtk --with-dav --prefix=%p/share --bindir=%p/bin && make
1.1       gully      20: <<
                     21: InstallScript: <<
                     22:        cd 'Darwin' && make install prefix=%i/share bindir=%i/bin
                     23:        cd %i/bin && ln -sf ../share/Amaya/applis/bin/amaya amaya
                     24: <<
                     25: DocFiles:      README README.amaya amaya/COPYRIGHT
                     26: Description:   W3C's Editor/Browser
                     27: DescDetail: <<
                     28:        Amaya is a complete web browsing and authoring 
                     29:        environment and comes equipped with a "WYSIWYG style" 
                     30:        of interface, similar to that of the most popular commercial 
                     31:        browsers. With such an interface, users can easily generate
                     32:        HTML and XHTML pages, as well as CSS style sheets, MathML
                     33:        expressions, and SVG drawings (full support of SVG is not yet
                     34:        available, though).
                     35:        Amaya includes a collaborative annotation application based
                     36:        on Resource Description Framework (RDF), XLink, and
                     37:        XPointer.
                     38: <<
                     39: DescPackaging: <<
                     40:        Slight hack to make Amaya install in /sw/share/Amaya with
                     41:        link from /sw/bin/amaya to amaya executable. (Default would
                     42:        have /sw/Amaya, which isn't pretty).
                     43: <<
                     44: License:       OSI-Approved
                     45: Homepage:      http://www.w3.org/Amaya/
1.4     ! gully      46: Source-MD5:    0ee123988b2e09fe60f9120df8dc9012

Webmaster