blob: 6ee3e6c8ddcaaa12fdc0e59d7245eb08b9bb76e4 [file] [log] [blame]
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'type': 'none',
'dependencies': [
'all.gyp:All',
'linux_installer_configs',
],
'actions': [
{
'action_name': 'linux_package_deb_<(channel)_action',
'process_outputs_as_sources': 1,
'inputs': [
'<(cpanel_build)',
'<(PRODUCT_DIR)/install/rpm/mod-pagespeed.spec.template',
'<@(packaging_files_binaries)',
'<@(packaging_files_common)',
'<@(packaging_files_cpanel)',
],
'outputs': [
'<(PRODUCT_DIR)/ea-apache24-mod_pagespeed-<(channel)-<(version)-r<(revision).<(rpm_arch).rpm',
],
'action': [ '<@(rpm_cmd)', '-c', '<(channel)', '-p' ],
},
],
}
# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: