summaryrefslogtreecommitdiff
blob: 2c9d895b182818bccd61e364c44a4bd9ed6bb5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/liba53/liba53-9999.ebuild,v 1.1 2014/04/26 21:39:48 zx2c4 Exp $

EAPI=5

inherit git-2

DESCRIPTION="A5/3 Call encryption library"
HOMEPAGE="https://github.com/RangeNetworks/liba53"
EGIT_REPO_URI="https://github.com/RangeNetworks/${PN}.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

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

src_install() {
	mkdir -p "${D}/usr/lib" "${D}/usr/include"
	default
}