1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This file provides common configuration information for building
6 # chromium-browser packages for various platforms.
8 # Base name of the package.
9 PACKAGE="chromium-browser"
11 # Filename of the main executable (for generating launcher scripts, etc.)
14 # Base directory for package installation.
15 INSTALLDIR=/opt/chromium.org/chromium
17 # Display string for desktop menu/icon.
18 MENUNAME="Chromium Web Browser"
20 # Brief package description.
21 SHORTDESC="The web browser from Chromium.org"
23 # Detailed package description.
24 FULLDESC="Chromium is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
26 # Package maintainer information.
27 # TODO(mmoss) Setup a mailbox for this address
28 MAINTNAME="Chromium Linux Team"
29 MAINTMAIL="chromium-linux-packager@chromium.org"
30 PRODUCTURL="http://www.chromium.org/"