# Copyright 2012 Hacking Networked Solutions # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI="3" DESCRIPTION="A library script providing useful functions relating to x509 certificates" HOMEPAGE="http://www.mad-hacking.net/software/linux/agnostic/hacking-certificate-functions/index.xml" SRC_URI="http://downloads.mad-hacking.net/software/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-libs/openssl" src_install() { insinto /usr/lib doins usr/lib/* }