pkg/manifests/x11-library-freeglut.p5m
changeset 1207 996eb6e88a18
parent 1182 16126dc6c0c9
equal deleted inserted replaced
1206:9d93d4ed7f47 1207:996eb6e88a18
    18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    20 # DEALINGS IN THE SOFTWARE.
    20 # DEALINGS IN THE SOFTWARE.
    21 #
    21 #
    22 set name=pkg.fmri value=pkg:/x11/library/freeglut@__version:freeglut__
    22 set name=pkg.fmri value=pkg:/x11/library/freeglut@__version:freeglut__
       
    23 set name=pkg.summary \
       
    24     value="FreeGLUT - an open-source implementation of the GLUT specification"
    23 set name=pkg.description \
    25 set name=pkg.description \
    24     value="FreeGLUT 2.6.0 is an open-source implementation of the GLUT specification - a collection of useful API wrappers around OpenGL."
    26     value="FreeGLUT 2.6.0 is an open-source implementation of the GLUT specification - a collection of useful API wrappers around OpenGL."
    25 set name=pkg.summary \
       
    26     value="FreeGLUT - an open-source implementation of the GLUT specification"
       
    27 #
       
    28 dir path=usr/share/doc/freeglut facet.doc.html=true
       
    29 #
    27 #
    30 file path=usr/include/GL/freeglut.h
    28 file path=usr/include/GL/freeglut.h
    31 file path=usr/include/GL/freeglut_ext.h
    29 file path=usr/include/GL/freeglut_ext.h
    32 file path=usr/include/GL/freeglut_std.h
    30 file path=usr/include/GL/freeglut_std.h
    33 file path=usr/include/GL/glut.h
    31 file path=usr/include/GL/glut.h
       
    32 link path=usr/lib/$(ARCH64)/libglut.so target=./libglut.so.3.9.0
       
    33 link path=usr/lib/$(ARCH64)/libglut.so.3 target=./libglut.so.3.9.0
       
    34 file path=usr/lib/$(ARCH64)/libglut.so.3.9.0
       
    35 link path=usr/lib/GL/$(ARCH64)/libglut.so \
       
    36     target=../../$(ARCH64)/libglut.so.3.9.0
       
    37 link path=usr/lib/GL/$(ARCH64)/libglut.so.3 \
       
    38     target=../../$(ARCH64)/libglut.so.3.9.0
       
    39 link path=usr/lib/GL/libglut.so target=../libglut.so.3.9.0
       
    40 #
       
    41 link path=usr/lib/GL/libglut.so.3 target=../libglut.so.3.9.0
       
    42 link path=usr/lib/libglut.so target=./libglut.so.3.9.0
       
    43 #
       
    44 link path=usr/lib/libglut.so.3 target=./libglut.so.3.9.0
    34 #
    45 #
    35 file path=usr/lib/libglut.so.3.9.0
    46 file path=usr/lib/libglut.so.3.9.0
    36 file path=usr/lib/$(ARCH64)/libglut.so.3.9.0
       
    37 #
    47 #
    38 link path=usr/lib/libglut.so.3 target=./libglut.so.3.9.0
    48 dir  path=usr/share/doc/freeglut facet.doc.html=true
    39 link path=usr/lib/libglut.so target=./libglut.so.3.9.0
       
    40 link path=usr/lib/$(ARCH64)/libglut.so.3 target=./libglut.so.3.9.0
       
    41 link path=usr/lib/$(ARCH64)/libglut.so target=./libglut.so.3.9.0
       
    42 #
       
    43 link path=usr/lib/GL/libglut.so.3 target=../libglut.so.3.9.0
       
    44 link path=usr/lib/GL/libglut.so target=../libglut.so.3.9.0
       
    45 link path=usr/lib/GL/$(ARCH64)/libglut.so.3 target=../../$(ARCH64)/libglut.so.3.9.0
       
    46 link path=usr/lib/GL/$(ARCH64)/libglut.so target=../../$(ARCH64)/libglut.so.3.9.0
       
    47 #
    49 #
    48 file path=usr/share/doc/freeglut/freeglut_user_interface.html
    50 file path=usr/share/doc/freeglut/freeglut_user_interface.html
    49 #
    51 #
    50 # Autodetected for now:
    52 # Autodetected for now:
    51 # depend fmri=pkg:/service/opengl/ogl-select type=require
    53 # depend fmri=pkg:/service/opengl/ogl-select type=require
    52 depend fmri=pkg:/x11/header/x11-protocols type=require facet.devel=true
    54 depend type=require fmri=pkg:/x11/header/x11-protocols facet.devel=true
    53 
    55