components/gnome/file-roller/Makefile
changeset 7687 1093e2a9adbd
parent 7452 fb7fc83af20b
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 BUILD_BITS=		64
    24 BUILD_BITS=		64
    25 COMPILER=		gcc
    25 COMPILER=		gcc
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    29 COMPONENT_VERSION=	3.20.4
    29 COMPONENT_VERSION=	3.20.4
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/FileRoller
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/FileRoller
    31 COMPONENT_ARCHIVE_HASH= \
    31 COMPONENT_ARCHIVE_HASH= \
    32 	sha256:d9346bb90d5f3296bf22f93a81f5bcd2e974620a4d81efea882db2b3db3b66c1
    32 	sha256:d9346bb90d5f3296bf22f93a81f5bcd2e974620a4d81efea882db2b3db3b66c1
    33 COMPONENT_BUGDB=	gnome/libraries
    33 COMPONENT_BUGDB=	gnome/libraries
       
    34 COMPONENT_ANITYA_ID=	5392
    34 
    35 
    35 TPNO=			32830
    36 TPNO=			32830
    36 
    37 
    37 TEST_TARGET = $(NO_TESTS)
    38 TEST_TARGET = $(NO_TESTS)
    38 
    39