summaryrefslogtreecommitdiff
blob: 38118bed00e33ed4ccf87cbd84f4631e1e510053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="An open-source braille translator and back-translator"
HOMEPAGE="http://code.google.com/p/liblouis/"
SRC_URI="http://liblouis.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc README AUTHORS NEWS ChangeLog || die
}