Merge branch 'master' of github.com:DenisKnauf/exherbo-denkn

master
Denis Knauf 2014-04-06 17:07:13 +02:00
commit 3c0a2fc9b2
8 changed files with 190 additions and 0 deletions

View File

@ -1,5 +1,8 @@
app-arch
app-crypt
app-paludis
dev-lang
net-libs
net-proxy
sys-apps
sys-fs

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}"
}

View File

@ -0,0 +1,25 @@
# Copyright (c) 2012 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
AN=pl-${PV}
SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment"
HOMEPAGE="http://www.swi-prolog.org/"
DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz"
SLOT="0"
LICENCES="GPL-2 LGPL-2"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES=""
MYOPTIONS=""
WORK=${WORKBASE}/${AN}
src_configure() {
econf --libdir="/usr/${LIBDIR}"
}
src_install() {
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
default
}

View File

@ -0,0 +1,25 @@
# Copyright (c) 2012 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
AN=pl-${PV}
SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment"
HOMEPAGE="http://www.swi-prolog.org/"
DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz"
SLOT="0"
LICENCES="GPL-2 LGPL-2"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES=""
MYOPTIONS=""
WORK=${WORKBASE}/${AN}
src_configure() {
econf --libdir="/usr/${LIBDIR}"
}
src_install() {
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
default
}

View File

@ -0,0 +1,24 @@
# Copyright 2014 Denis Knauf <denis.knauf@gmail.com>
# Distributed under the terms of the GNU General Public License v3
require easy-multibuild debian-upstream [ suffix=.orig.tar.bz2 ]
SUMMARY="Generic Security Services Application Program Interface"
DESCRIPTION="
This library exports a gssapi interface, but doesn't implement any gssapi
mechanisms itself; instead it calls gssapi routines in other libraries,
depending on the mechanism.
"
LICENCES="BSD-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="
multibuild_c: 32 64
"
# TODO: deps?
DEPENDENCIES=""
DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static )

View File

@ -0,0 +1,37 @@
# Copyright 2014 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
SUMMERY="Network control utility based on systemd"
HOMEPAGE="https://projects.archlinux.org/netctl.git/"
DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz"
SLOT="0"
LICENCES="GPL-3"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build:
virtual/pkg-config
build+run:
app-shells/bash
sys-apps/systemd
run:
sys-apps/coreutils
sys-apps/iproute2
suggestion:
net-misc/bridge-utils
sys-apps/dialog
virtual/dhcp-client
"
DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" )
src_compile() {
# nothing to do
true
}
src_install() {
default
keepdir /etc/netctl/interfaces
keepdir /etc/netctl/hooks
}

View File

@ -0,0 +1,37 @@
# Copyright 2014 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
SUMMERY="Network control utility based on systemd"
HOMEPAGE="https://projects.archlinux.org/netctl.git/"
DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz"
SLOT="0"
LICENCES="GPL-3"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build:
virtual/pkg-config
build+run:
app-shells/bash
sys-apps/systemd
run:
sys-apps/coreutils
sys-apps/iproute2
suggestion:
net-misc/bridge-utils
sys-apps/dialog
virtual/dhcp-client
"
DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" )
src_compile() {
# nothing to do
true
}
src_install() {
default
keepdir /etc/netctl/interfaces
keepdir /etc/netctl/hooks
}

View File

@ -0,0 +1,16 @@
# Copyright 2012 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
SUMMERY="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz"
SLOT="0"
LICENCES="GPL-2"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
sys-fs/xfsprogs
"
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )