21 lines
620 B
Bash
21 lines
620 B
Bash
# Template file for 'iio-sensor-proxy'
|
|
pkgname=iio-sensor-proxy
|
|
version=2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake gtk-doc pkg-config git gnome-common autoconf-archive glib-devel libtool"
|
|
makedepends="libgudev-devel gtk+3-devel"
|
|
short_desc="IIO accelerometer sensor to input device proxy"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/hadess/iio-sensor-proxy"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=45f77d8611ef5085692db0e899ed47e975a079668b7502a550bd538630c1f959
|
|
patch_args="-Np1"
|
|
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|