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