sys-apps/evrouter: initial import of version 0.4

This commit is contained in:
Julian Ospald 2020-10-24 15:07:39 +02:00
parent 7766cab320
commit 96c276e7e3
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
SUMMARY="An input event router"
DOWNLOADS="https://files.bedroomlan.org/debian/pool/main/e/evrouter/evrouter_${PV}.tar.gz"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
RESTRICT="test"
DEPENDENCIES="
build+run:
x11-libs/libX11
x11-libs/libXtst
"
BUGS_TO="hasufell@posteo.de"
DEFAULT_SRC_CONFIGURE_PARAMS=(
--without-xmms
)
src_prepare() {
default
eautoreconf
}