mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: iio-sensor-proxy-1.3 (#5247)
This commit is contained in:
parent
6c2d2585fc
commit
39dd4811ec
1 changed files with 19 additions and 0 deletions
19
srcpkgs/iio-sensor-proxy/template
Normal file
19
srcpkgs/iio-sensor-proxy/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'iio-sensor-proxy'
|
||||||
|
pkgname=iio-sensor-proxy
|
||||||
|
version=1.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake gtk-doc pkg-config git gnome-common autoconf-archive glib-devel"
|
||||||
|
makedepends="libgudev-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=736e831dec40640a6e2cd0f17e57e82e1ef817d5d6f87b345ce2c5e6894368c5
|
||||||
|
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue