Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298783 - Ebuild needed for google protocol buffers
Summary: Ebuild needed for google protocol buffers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 20:13 UTC by Matt
Modified: 2010-02-04 21:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt 2009-12-28 20:13:27 UTC
There is no email for google protocol buffers.
http://code.google.com/apis/protocolbuffers/



Reproducible: Always




dunno mucho about ebuilds but this seems to be a start

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="Google Protocol Buffers"
HOMEPAGE="http://code.google.com/p/protobuf/"
SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"


src_install() {
        emake install DESTDIR="${D}" || die "make install failed"
        dodoc README ChangeLog TOD
}
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2010-02-04 21:39:31 UTC
protobuf is in portage for a long time now. Closing...