components/pycups/Makefile
changeset 32 280a7444e782
parent 27 4daa72fdac4c
child 40 84267c1130e9
equal deleted inserted replaced
31:90e0c3ea3281 32:280a7444e782
    20 #
    20 #
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH=/usr/bin:/usr/gnu/bin
       
    26 
       
    27 COMPONENT_NAME=		pycups
    25 COMPONENT_NAME=		pycups
    28 COMPONENT_VERSION=	1.9.46
    26 COMPONENT_VERSION=	1.9.46
    29 IPS_PKG_NAME=		library/python-2/pycups
    27 IPS_PKG_NAME=		library/python-2/pycups
    30 COMPONENT_DESCRIPTION=	"Python language bindings for CUPS"
    28 COMPONENT_DESCRIPTION=	"Python language bindings for CUPS"
    31 COMPONENT_CLASSIFICATION="System/Printing"
    29 COMPONENT_CLASSIFICATION="System/Printing"
    45 build:		$(BUILD_32_and_64)
    43 build:		$(BUILD_32_and_64)
    46 
    44 
    47 install:	$(INSTALL_32_and_64)
    45 install:	$(INSTALL_32_and_64)
    48 
    46 
    49 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    47 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    48 
       
    49 REQUIRED_TOOL +=	/sbin/uname
       
    50 REQUIRED_TOOL +=	/usr/bin/basename
       
    51 REQUIRED_TOOL +=	/usr/bin/env
       
    52 REQUIRED_TOOL +=	/usr/bin/find
       
    53 REQUIRED_TOOL +=	/usr/bin/grep
       
    54 REQUIRED_TOOL +=	/usr/bin/gtar
       
    55 REQUIRED_TOOL +=	/usr/bin/gzip 
       
    56 REQUIRED_TOOL +=	/usr/bin/ksh93
       
    57 REQUIRED_TOOL +=	/usr/bin/ld
       
    58 REQUIRED_TOOL +=	/usr/bin/mkdir
       
    59 REQUIRED_TOOL +=	/usr/bin/python2.4
       
    60 REQUIRED_TOOL +=	/usr/bin/python2.6
       
    61 REQUIRED_TOOL +=	/usr/bin/rm
       
    62 REQUIRED_TOOL +=	/usr/bin/sed
       
    63 REQUIRED_TOOL +=	/usr/bin/sort
       
    64 REQUIRED_TOOL +=	/usr/bin/touch
       
    65 REQUIRED_TOOL +=	/usr/lib/python2.4/pycc
       
    66 REQUIRED_TOOL +=	/usr/lib/python2.6/pycc
       
    67 REQUIRED_TOOL +=	$(SPRO_ROOT)/bin/cc
       
    68 
       
    69 REQUIRED_FILE +=	/lib/libc.so
       
    70 REQUIRED_FILE +=	/usr/include/ctype.h
       
    71 REQUIRED_FILE +=	/usr/include/cups/adminutil.h
       
    72 REQUIRED_FILE +=	/usr/include/cups/cups.h
       
    73 REQUIRED_FILE +=	/usr/include/cups/language.h
       
    74 REQUIRED_FILE +=	/usr/include/cups/ppd.h
       
    75 REQUIRED_FILE +=	/usr/include/iconv.h
       
    76 REQUIRED_FILE +=	/usr/include/locale.h
       
    77 REQUIRED_FILE +=	/usr/include/python2.4/Python.h
       
    78 REQUIRED_FILE +=	/usr/include/python2.6/Python.h
       
    79 REQUIRED_FILE +=	/usr/include/stdarg.h
       
    80 REQUIRED_FILE +=	/usr/include/stdbool.h
       
    81 REQUIRED_FILE +=	/usr/include/stdio.h
       
    82 REQUIRED_FILE +=	/usr/include/stdlib.h
       
    83 REQUIRED_FILE +=	/usr/include/string.h
       
    84 REQUIRED_FILE +=	/usr/include/unistd.h
       
    85 REQUIRED_FILE +=	/usr/include/wchar.h
       
    86 REQUIRED_FILE +=	/usr/include/wctype.h
       
    87 REQUIRED_FILE +=	/usr/lib/libc.so
       
    88 REQUIRED_FILE +=	/usr/lib/libcups.so
       
    89 REQUIRED_FILE +=	/usr/lib/libpython2.4.so.1.0
       
    90 REQUIRED_FILE +=	/usr/lib/libpython2.6.so
       
    91 
       
    92 include ../../make-rules/depend.mk