# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 SLOT="0" DESCRIPTION="A simple, fast and light-weight GnuDIP update client" HOMEPAGE="http://praty.net/code/?q=gdipcc" SRC_URI="http://praty.net/code/dl/gdipcc-latest.tar.gz" LICENSE="GPLv3" KEYWORDS="amd64" DEPEND=">=dev-libs/openssl-1.0.1c" src_install() { dobin gdipcc doman gdipcc.1 }