From 96c276e7e33d7937f146c5bbb9140d169c183e52 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 24 Oct 2020 15:07:39 +0200 Subject: [PATCH] sys-apps/evrouter: initial import of version 0.4 --- .../sys-apps/evrouter/evrouter-0.4.exheres-0 | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/sys-apps/evrouter/evrouter-0.4.exheres-0 diff --git a/packages/sys-apps/evrouter/evrouter-0.4.exheres-0 b/packages/sys-apps/evrouter/evrouter-0.4.exheres-0 new file mode 100644 index 00000000..63e9047a --- /dev/null +++ b/packages/sys-apps/evrouter/evrouter-0.4.exheres-0 @@ -0,0 +1,31 @@ +# Copyright 2020 Julian Ospald +# 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 +}