Merge branch 'master' of github.com:DenisKnauf/exherbo-denkn
This commit is contained in:
commit
3c0a2fc9b2
|
@ -1,5 +1,8 @@
|
|||
app-arch
|
||||
app-crypt
|
||||
app-paludis
|
||||
dev-lang
|
||||
net-libs
|
||||
net-proxy
|
||||
sys-apps
|
||||
sys-fs
|
||||
|
|
23
packages/app-crypt/sslmake/sslmake-scm.exheres-0
Normal file
23
packages/app-crypt/sslmake/sslmake-scm.exheres-0
Normal 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}"
|
||||
}
|
||||
|
25
packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0
Normal file
25
packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0
Normal 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
|
||||
}
|
||||
|
25
packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0
Normal file
25
packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0
Normal 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
|
||||
}
|
||||
|
24
packages/net-libs/libgssglue/libgssglue-0.4.exheres-0
Normal file
24
packages/net-libs/libgssglue/libgssglue-0.4.exheres-0
Normal 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 )
|
||||
|
37
packages/sys-apps/netctl/netctl-1.4-r1.exheres-0
Normal file
37
packages/sys-apps/netctl/netctl-1.4-r1.exheres-0
Normal 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
|
||||
}
|
37
packages/sys-apps/netctl/netctl-1.5.exheres-0
Normal file
37
packages/sys-apps/netctl/netctl-1.5.exheres-0
Normal 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
|
||||
}
|
16
packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0
Normal file
16
packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0
Normal 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}" )
|
||||
|
Loading…
Reference in a new issue