sslmake added

This commit is contained in:
Denis Knauf 2013-07-17 22:59:41 +02:00
parent 7bd2b0a119
commit 28da0f9670
2 changed files with 24 additions and 0 deletions

View file

@ -1,4 +1,5 @@
app-arch app-arch
app-crypt
app-paludis app-paludis
dev-lang dev-lang
net-proxy net-proxy

View file

@ -0,0 +1,23 @@
# Copyright 2013 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="git://github.com/DenisKnauf/${PN}.git"
require scm-git
SUMMARY="sslmake - Simple smart small certification manager tool"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
run:
sys-devel/make
dev-libs/gnutls
"
src_install() {
emake install PREFIX=/usr D="${IMAGE}"
}