added iio-sensor-proxy

This commit is contained in:
Gerben Jan Dijkman 2021-02-26 18:59:13 +01:00
parent 01d0b2344b
commit fa75324b8d
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST iio-sensor-proxy-3.0.tar.bz2 39608 BLAKE2B b758b0176388606fbabbca372786f41875fcc4ec4f8e1509213cf546b7a0ab54db4eaa77c731a698d21ea670b07628fa64e40946c0b38881f8d5b7baf12668c2 SHA512 372053d4406ceb7a50e5efde32d3d36d0ade0a680170e33450ec2154edfe85f268f7427180daa023b65760a8ea431136c599044cc7d36e07b26e32bbf188729e

View File

@ -0,0 +1,32 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools systemd udev gnome2-utils
DESCRIPTION="IIO sensors to D-Bus proxy"
HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
IUSE=""
RDEPEND="dev-libs/glib:*
gnome-base/gnome-common
virtual/libudev
virtual/udev"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig"
BDEPEND=""
src_prepare() {
# Remove problematic LDFLAGS declaration
sed -i -e '/^LDFLAGS/d' src/Makefile.am || die
${S}/autogen.sh
eapply_user
}