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

DESCRIPTION="Library implementing NTLM authentication "
HOMEPAGE="http://josefsson.org/libntlm/"
SRC_URI="http://josefsson.org/libntlm/releases/${P}.tar.gz"

SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

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