You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/liba53/liba53-9999.ebuild

25 lines
440 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
}