summaryrefslogtreecommitdiff
path: root/sys-libs/librpc/librpc-20151104.ebuild
blob: 869bd623a0c0cdd94176e5a43f0920a550bbee6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2016 Adélie Linux Team
# Distributed under the terms of the NCSA License

EAPI=6

CMAKE_MIN_VERSION=2.6
# Required for silliness.
CMAKE_IN_SOURCE_BUILD=true

inherit cmake-utils

DESCRIPTION="Standalone librpc forked from uclibc"
HOMEPAGE="http://openwrt.org/"
SRC_URI="http://git.openwrt.org/project?p=project/librpc-uclibc.git;a=snapshot;h=a921e3ded051746f9f7cd5e5a312fb6771716aac;sf=tgz -> librpc-20151104.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="mips ~ppc ~ppc64 x86 x86_64"
IUSE=""

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

S="${WORKDIR}/librpc-uclibc-a921e3d"

PATCHES=( "${FILESDIR}/${P}-fix-throw-decls.patch"
	"${FILESDIR}/${P}-perror.patch"
	"${FILESDIR}/${P}-sys-types.patch"
)