15 lines
486 B
Bash
15 lines
486 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild,v 1.2 2011/11/30 12:43:00 xarthisius Exp $
|
|
|
|
EAPI=4
|
|
inherit autotools-utils
|
|
|
|
DESCRIPTION="NPAPI headers bundle"
|
|
HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
|
|
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
|
|
|
|
LICENSE="MPL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
|
|
IUSE=""
|